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!)
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; text; internal format)
OFFSET
1,2
COMMENTS
No more terms through 10^13. - Jon E. Schoenfield, Jul 03 2010
No more terms through 5*10^16. - David A. Corneth, Mar 17 2019
LINKS
MATHEMATICA
Do[ If[ Union[ Join[ {1, 2, 3, 4}, IntegerDigits[n^3] ]] == {1, 2, 3, 4}, Print[n]], {n, 0, 10^8} ]
Table[Surd[#, 3]&/@Select[FromDigits/@Tuples[{1, 2, 3, 4}, n], IntegerQ[ Surd[ #, 3]]&], {n, 6}]//Flatten (* The program generates the first 4 terms of the sequence; to generate the 5th term, change the "6" to "19, " but the program will take a long time to run. *) (* Harvey P. Dale, Apr 13 2021 *)
CROSSREFS
Cf. A031997 (odd and digits 0,1,2,3), A043681 (0,1,2,3), A048792 (0,1,2,3,4), A061813 (1,2,3,4,5).
Sequence in context: A358585 A196181 A177182 * A289286 A337099 A123763
KEYWORD
base,more,nonn
AUTHOR
Robert G. Wilson v, Jun 23 2001
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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)