Solution.
As submitter Jesse Waite noted, a good first step in attacking one of these sequences is to write out (in symbols) the rule defining it, known as its recurrence relation. For example, if we denote the first series connected with addition by its recurrence relation is
If the formula doesn’t ring a bell, a next good thing to do is write out the first several terms: , , , , , , , and so on.
If the sequence still isn’t looking familiar, a good third step to try is to look at its “first difference sequence,” which just consists of the numbers you get by subtracting from each entry the one before it (you have to start from the second entry to do this). In this case, the sequence of first differences is
And now, if you have some experience with sequences, you could recognize these numbers as the Pell sequence , a close cousin of the familiar sum recurrence (also known as the Virahāṅka-Fibonacci sequence), in which (instead of having as in the sum recurrence). Another way you could figure this out is by taking these first differences symbolically. If we let then
exactly the recurrence for the Pell sequence.
So if the first differences of our sequence are the Pell sequence, then our sequence must be the sum of the first terms of the Pell sequence (well, except possibly for an initial constant, which turns out to be one). And now you can look up or use standard linear recurrence methods to find out that the formula for is
We are only interested in the long term behavior, so note that since the absolute value of is less than one, goes to zero as grows without bound. Therefore we can ignore the second term in the numerator, and letting the constant we have that Therefore, But this expression is the sum of a geometric sequence, which has a convenient formula. So
This expression gives a very good picture of the long-term behavior of the first sequence (With a little more work along these same lines — don’t ignore the small term in the numerator and be careful with all of the constants — one can actually obtain an exact closed-form formula for )
Turning to the next challenge, involving subtraction, Jesse noted that the first few values of the sequence are 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, … He then looked at the differences between successive numbers on this list, i.e., 2 – 1, 4 – 2, 7 – 4, and so on. That produced 1, 2, 3, 4, 5, 6, 7, etc. — a very familiar pattern! So the sequence must be related to the triangular numbers, which are the sums of the first natural numbers. The first six are 0, 1, 3, 6, 10, 15, so we can guess that each of the entries is one more than the corresponding triangular number. Since the formula for the th triangular number (starting from the first being 0) is , we conclude that the formula we are looking for in this part of the problem is: And indeed we can check this formula by verifying that it satisfies the specified recurrence relation:
About a year and a half after this Dilemma was originally proposed, PMP participant William Keehn sent in a successful approach to understanding the third sequence, . He reasoned that when dealing with a lot of multiplication, it’s often helpful to take logarithms. In particular, because the number 2 appears twice in the recurrence for , William decided to use logs base two, and set (so that also ). He calculated that the sequence of values starts and so on.
These numbers are looking very reminiscent of the familiar Virahāṅka-Fibonacci (VF) sequence mentioned in the statement of the problem. That resemblance turns out to be no surprise: if we take log base 2 of both sides of the recurrence for , we get We still would like to get rid of the remaining in this expression to put it entirely in terms of the sequence, so we use a technique known as Standard Expert Trick #367: Add zero.
The key to using this trick is to find the right term to both add and subtract (in effect, adding zero) to simplify this expression. In our case, we would like an term, so we try adding to get . As , we convert back to natural log to take advantage of the series expansion of near :
We can see from this expression and the initial values above that the are growing rapidly, like the VF series, so all of the terms in parentheses become large negative powers of two, and quickly become entirely negligible. In other words, as grows, . More directly, we observe that and , and that if and , then . So by induction, we conclude that for all , . (Moreover, using the estimates above we can actually show that as grows.) In any case, converting back to the original series, we have our lower bound (which turns out to be very close in the long run):
Jesse Waite cracked the fourth sequence. Examining the first several terms was again the key: they are 1, 2, 6, 12, 16, 19, 22, 25. etc. In this case, the successive differences seem to be settling down to always be equal to three. And looking at the recurrence verifies this: once two successive entries and are at least seven and differ by three, then is between 1 and 1.5. Therefore is between 2 and 3, which means , and so the next pair also differ by three (and are still at least seven) and the pattern continues. Hence, as Jesse concluded, for .
We are now in a position to answer the final question of Dilemma 4: which sequence grows the slowest? Looking at all the expressions we derived, grows exponentially. Multiplying out the exact formula shows that it grows quadratically. Except for a few terms at the beginning, is linear. And since the VF sequence itself grows exponentially, is the monster of the lot and grows double-exponentially.
Of these, division produces the slowest-growing sequence. To be sure, PMP participant Robert Noll sent a letter pointing out (a) guessing that division leads to slow growth would have been a good bet right from the start, and (b) we didn’t need an asymptotically correct formula for to see that it couldn’t be the slowest growing: It is very easy to prove the much weaker lower bound that , which already makes it grow faster than any quadratic function, let alone linear.
Nevertheless, in figuring out at least decent approximations for each of these series, and exact formulas where possible, we encountered many different problem-solving techniques. That’s a lot of mileage from just the four basic arithmetic operations!