cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

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).

Original entry on oeis.org

1, 10, 112, 111112234
Offset: 0

Views

Author

Keywords

Comments

The fifth term starts with "12226" followed by 152417 digits equal to "9".

Examples

			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.
Showing 1-1 of 1 results.