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.

A240925 Lexicographically earliest sequence of distinct terms such that, in base 10, the digits of the cubes of the terms correspond to the digits of the sequence itself.

Original entry on oeis.org

1, 32, 7, 6, 8, 3, 4, 321, 65, 12, 2, 76, 43, 30, 761, 61, 27, 46, 25, 17, 28, 84, 38, 9, 767, 950, 72, 7000, 440, 71, 10, 81, 22, 69, 811, 96, 83, 97, 33, 615, 62, 5, 49, 13, 21, 95, 259, 270, 45, 48, 727, 29, 451, 217, 66, 385, 73, 75000
Offset: 1

Views

Author

Paul Tek, Aug 03 2014

Keywords

Comments

Leading zeros are ignored.

Examples

			+--------+---------------------------------------------+
|  a(n)  | 1,32, 7,6,8,3,4,321,  65, 12, 2,76, 43, ... |
+--------+---------------------------------------------+
| digits | 1 3 2 7 6 8 3 4 3 2 1 6 5 1 2 2 7 6 4 3 ... |
+--------+---------------------------------------------+
| a(n)^3 | 1,32768,    343,  216,  512,  27, 64, ...   |
+--------+---------------------------------------------+
		

Crossrefs

Cf. A052210.

Programs

  • Perl
    See Link section.