A number is called successive if each of its digits, after the first two from left to right, is the sum of the two previous. For example, 3145 and 257 are successive numbers, but 4606 is not. Find the sum of the digits of the largest possible successive number.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The largest successive number is 1 0 1 1 2 3 5 8 and its sum of digits is 2 1 .