|
Search: id:A031997
|
|
|
| A031997 |
|
Odd numbers which when cubed give number composed just of the digits 0, 1, 2, 3. |
|
+0 2
|
|
| 0, 1, 11, 101, 1001, 10001, 100001, 684917, 1000001, 10000001, 100000001, 1000000001
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
Note that 684917 (whose cube is 321302302131323213) so far is the only entry not of the form 10^x + 1.
|
|
MATHEMATICA
|
Do[ If[ Union[ IntegerDigits[ n^3 ] ] [ [ -1 ] ] < 4, Print[ n ] ], {n, 0, 10^9} ]
|
|
CROSSREFS
|
Cf. A030175.
Sequence in context: A138894 A122105 A118937 this_sequence A056810 A116098 A116129
Adjacent sequences: A031994 A031995 A031996 this_sequence A031998 A031999 A032000
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 23 2001
|
|
|
Search completed in 0.002 seconds
|