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.

A050646 a(n+1) is next smallest cube ending with a(n), initial term is 1.

Original entry on oeis.org

1, 1331, 1003303631331, 1000000003003300003006603631003303631331
Offset: 1

Views

Author

Patrick De Geest, Jul 15 1999

Keywords

Comments

a(5) contains 121 digits.

Crossrefs

Formula

a(n) = A050647(n)^3.
a(n) = (Sum_{i=0..n-1} 10^((3^i-1)/2) )^3. - Max Alekseyev, Jan 07 2015