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!)
A195908 Powers of 7 which have no zero in their decimal expansion. 25
1, 7, 49, 343, 117649, 823543, 282475249, 1977326743, 11398895185373143, 378818692265664781682717625943 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Probably finite. Is 378818692265664781682717625943 the largest term?
No further terms up to 7^50,000, a number with 42,255 digits. - Harvey P. Dale, Jul 14 2022
LINKS
M. F. Hasler, Zeroless powers, OEIS Wiki, Mar 07 2014
C. Rivera, Puzzle 607. A zeroless Prime power, on primepuzzles.net, Sept. 24, 2011.
W. Schneider, NoZeros: Powers n^k without Digit Zero (local copy of www.wschnei.de/digit-related-numbers/nozeros.html), as of Jan 30 2003.
FORMULA
a(n) = 7^A030703(n).
A000420 intersect A052382.
MATHEMATICA
Select[7^Range[0, 50], DigitCount[#, 10, 0]==0&] (* Harvey P. Dale, Jul 14 2022 *)
PROG
(PARI) for( n=1, 9999, is_A052382(7^n) && print1(7^n, ", "))
(Magma) [7^n: n in [0..3*10^4] | not 0 in Intseq(7^n)]; // Bruno Berselli, Sep 26 2011
CROSSREFS
Sequence in context: A000420 A373283 A050737 * A033143 A024582 A024587
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Sep 25 2011
EXTENSIONS
Keyword:fini removed by Jianing Song, Jan 28 2023 as finiteness is only conjectured.
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 August 24 23:01 EDT 2024. Contains 375418 sequences. (Running on oeis4.)