The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A124649 Numbers n such that n^i (i=1..8) are all zeroless. 6
1, 2, 3, 6, 68 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
No other terms < 10^6. Is the sequence finite?
Subsequence of A124648. No other terms below 10^8. - Michel Marcus, Oct 11 2013
a(6) > 3.3*10^16, if it exists. - Giovanni Resta, Sep 07 2018
LINKS
EXAMPLE
68^i (i=1..8)= 68, 4624, 314432, 21381376, 1453933568, 98867482624, 6722988818432, 457163239653376 all zeroless.
MATHEMATICA
zLessQ[n_]:=AllTrue[n^Range[8], FreeQ[IntegerDigits[#], 0]&]; Select[Range[70], zLessQ] (* Harvey P. Dale, Sep 27 2023 *)
PROG
(PARI) isok(n) = {for (i = 1, 8, if (! vecmin(digits(n^i)), return (0)); ); return (1); } \\ Michel Marcus, Oct 11 2013
CROSSREFS
Cf. A104264.
Sequence in context: A018415 A137073 A018434 * A018448 A018456 A018474
KEYWORD
nonn,base,more
AUTHOR
Zak Seidov, Dec 22 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 May 13 11:22 EDT 2024. Contains 372504 sequences. (Running on oeis4.)