login
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.
1
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,2
COMMENTS
Leading zeros are ignored.
EXAMPLE
+--------+---------------------------------------------+
| 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, ... |
+--------+---------------------------------------------+
PROG
(Perl) See Link section.
CROSSREFS
Cf. A052210.
Sequence in context: A198065 A298060 A298709 * A113506 A120315 A119362
KEYWORD
nonn,base
AUTHOR
Paul Tek, Aug 03 2014
STATUS
approved