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!)
A030293 Cubes with at most two different digits. 2
0, 1, 8, 27, 64, 343, 1000, 1331, 8000, 1000000, 8000000, 1000000000, 8000000000, 1000000000000, 8000000000000, 1000000000000000, 8000000000000000, 1000000000000000000, 8000000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
A043537(a(n)) <= 2. [Reinhard Zumkeller, May 11 2012]
LINKS
PROG
(Haskell)
a030293 n = a030293_list !! (n-1)
a030293_list = filter ((<= 2) . a043537) a000578_list
-- Reinhard Zumkeller, May 11 2012
CROSSREFS
Sequence in context: A112989 A018832 A248705 * A030479 A061096 A084825
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Offset corrected by Reinhard Zumkeller, May 11 2012
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)