|
| |
|
|
A030289
|
|
Cubes whose digits do not appear in previous term.
|
|
1
| |
|
|
0, 1, 8, 27, 64, 125, 343, 512, 4096, 5832, 64000, 91125, 300763, 941192, 3375000, 8489664, 13312053, 86444696669696, 100175333300307, 488224224494488, 510657175657000, 2233398984434344, 5177717000000000, 6393843393228864
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,3
|
|
|
MATHEMATICA
| bb={0}; idi1=IntegerDigits[0]; Do[idi=IntegerDigits[r=i^3]; If[Intersection[idi, idi1]=={}, bb={bb, r}; idi1=idi], {i, 1, 100000}]; fla=Flatten[bb] - Zak Seidov (zakseidov(AT)yahoo.com), Feb 17 2005
|
|
|
CROSSREFS
| Squares whose digits do not appear in previous term: A030288. Primes whose digits do not appear in previous term: A030284.
Sequence in context: A052048 A052064 A125496 * A111131 A111103 A076969
Adjacent sequences: A030286 A030287 A030288 * A030290 A030291 A030292
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Patrick De Geest (pdg(AT)worldofnumbers.com)
|
| |
|
|