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.

A061111 a(1) = 1; a(n) = smallest number such that the concatenation a(1).0^*.a(2).0^*....0^*.a(n) is a perfect cube (where any number of 0's can be inserted between the terms).

Original entry on oeis.org

1, 25, 9712, 8685582839, 70309163442200949867268191808152, 83387750596937905713672379983426538301395131506141618968183314995065134642469485779065066952875
Offset: 1

Views

Author

Amarnath Murthy, Apr 20 2001

Keywords

Comments

The implication is that 10...01, 10...02, 10...03, ..., 10...024 are never cubes for any number of internal zeros, while 125 IS a cube, so a(2) = 25. - N. J. A. Sloane, Jul 21 2001

Examples

			a(1) = 1, a(1).a(2) = 125 = 5^3, a(1).a(2).a(3) = 1259712 = 108^3, a(1).a(2).a(3).a(4) = 232679^3.
		

Crossrefs

Extensions

Offset and a(4) corrected and more terms from Sean A. Irvine, Jan 21 2023