|
| |
|
|
A129866
|
|
a(n+1) is the smallest integer greater than a(n) such that the sum of the cubes of its decimal digits is equal to a(n).
|
|
0
| | |
|
|
|
OFFSET
| 0,2
|
|
|
COMMENTS
| The fifth term starts with "12226" followed by 152417 digits equal to "9".
|
|
|
EXAMPLE
| 10 --> 1^3+0^3 = 1+0 =1; 112 --> 1^3+1^3+2^3 = 1+1+8 = 10; 111112234 --> 1^3+1^3+1^3+1^3+1^3+2^3+2^3+3^3+4^3 = 1+1+1+1+1+8+8+27+64 = 112.
|
|
|
CROSSREFS
| Cf. A126973.
Sequence in context: A014484 A110040 A181042 * A024130 A176824 A196983
Adjacent sequences: A129863 A129864 A129865 * A129867 A129868 A129869
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Paolo P. Lava & Giorgio Balzarotti (paoloplava(AT)gmail.com), May 24 2007
|
| |
|
|