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, 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
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, ... | +--------+---------------------------------------------+
Links
- Paul Tek, Table of n, a(n) for n = 1..4264
- Paul Tek, Perl program for this sequence
Crossrefs
Cf. A052210.
Programs
-
Perl
See Link section.
Comments