login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A117219 Cubes divisible by their number of digits. 1
0, 1, 8, 64, 216, 729, 1000, 1728, 2744, 4096, 5832, 8000, 15625, 27000, 42875, 64000, 91125, 110592, 157464, 216000, 287496, 373248, 474552, 592704, 729000, 884736, 1157625, 1404928, 1685159, 2000376, 2352637, 2744000, 3176523, 3652264 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
2744 is in the sequence because it is a cube divisible by 4.
MATHEMATICA
Join[{0}, Select[Range[200]^3, Divisible[#, IntegerLength[#]]&]] (* Harvey P. Dale, Jan 28 2015 *)
PROG
(PARI) lista(nn) = {for (i=0, nn, if (ispower(i, 3) && (i % #Str(i) == 0) , print1(i, ", ")); ); } \\ Michel Marcus, May 31 2013
CROSSREFS
Intersection of A000578 and A098952.
Sequence in context: A086114 A209651 A207071 * A267783 A207404 A207705
KEYWORD
base,easy,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), Apr 21 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 04:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)