Cubical Enigma

250 is the first term of a sequence.Each succeeding term is the sum of the cube of the digits of preceding term.find 2015th term of the sequence


The answer is 133.

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.

1 solution

If we try the first few numbers we find that the sequence repeats as:
{250, 133, 55, 250, 133, 55, ...}

Dividing 2015 by 3, we get a remainder of 2, so the answer is 133 \boxed{133}

Is the sequence (eventually) repeating for any starting value?

Calvin Lin Staff - 6 years, 5 months ago

Log in to reply

I guess yes.

Youssef El Ghareeb - 6 years, 5 months ago

Log in to reply

Note that for sufficiently large a n a_n , the next number in the sequence is on the order of the number of digits in the current number (i.e: a n + 1 = O ( l o g ( a n ) ) a_{n+1} = O(log(a_n)) ). Thus, for some K, a n + 1 < a n a_{n+1}<a_n for all a n > K a_n>K . Thus, at some point a n K a_n \le K for all future a n a_n . Because all a n a_n are positive integers less between 1 and K, by the pigeonhole principle the sequence will repeat itself.

Samuel Li - 6 years, 5 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...