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
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.
Is the sequence (eventually) repeating for any starting value?
Log in to reply
I guess yes.
Log in to reply
Note that for sufficiently large 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 ) ) ). Thus, for some K, a n + 1 < a n for all a n > K . Thus, at some point a n ≤ K for all future a n . Because all a n are positive integers less between 1 and K, by the pigeonhole principle the sequence will repeat itself.
Problem Loading...
Note Loading...
Set Loading...
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 1 3 3