|
|
A050750
|
|
Cubes containing no pair of consecutive equal digits.
|
|
2
|
|
|
0, 1, 8, 27, 64, 125, 216, 343, 512, 729, 1728, 2197, 4096, 4913, 5832, 6859, 9261, 10648, 12167, 13824, 15625, 17576, 19683, 21952, 24389, 29791, 32768, 35937, 39304, 42875, 50653, 54872, 59319, 68921, 79507, 85184, 103823, 132651, 140608
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,3
|
|
LINKS
|
|
|
MATHEMATICA
|
Select[Range[0, 60]^3, And@@(First[#]!=Last[#]&/@Partition[IntegerDigits[#], 2, 1])&] (* Harvey P. Dale, Feb 08 2011 *)
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|