login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061809 When cubed gives number composed just of the digits 1, 2, 3, 4. 0
1, 7, 11, 68, 1039247 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

No more terms through 10^13. [From Jon E. Schoenfield (jonscho(AT)hiwaay.net), Jul 03 2010]

MATHEMATICA

Do[ If[ Union[ Join[ {1, 2, 3, 4}, IntegerDigits[n^3] ]] == {1, 2, 3, 4}, Print[n]], {n, 0, 10^8} ]

CROSSREFS

Sequence in context: A067690 A196181 A177182 * A123763 A018680 A107187

Adjacent sequences:  A061806 A061807 A061808 * A061810 A061811 A061812

KEYWORD

base,more,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 23 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 16:51 EST 2012. Contains 205938 sequences.