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!)
A305938 Number of powers of 8 having exactly n digits '0' (in base 10), conjectured. 8
14, 11, 15, 11, 6, 12, 10, 7, 14, 21, 9, 9, 15, 8, 6, 10, 8, 13, 11, 13, 7, 10, 12, 8, 16, 10, 10, 10, 9, 14, 18, 11, 15, 12, 9, 9, 10, 17, 8, 12, 8, 12, 9, 8, 8, 12, 10, 17, 12, 6, 16 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(0) = 14 is the number of terms in A030704 and in A195946, which includes the power 7^0 = 1.
These are the row lengths of A305928. It remains an open problem to provide a proof that these rows are complete (as are all terms of A020665), but the search has been pushed to many orders of magnitude beyond the largest known term, and the probability of finding an additional term is vanishing, cf. Khovanova link.
LINKS
M. F. Hasler, Zeroless powers, OEIS Wiki, March 2014, updated 2018.
T. Khovanova, The 86-conjecture, Tanya Khovanova's Math Blog, Feb. 2011.
W. Schneider, No Zeros, 2000, updated 2003. (On web.archive.org--see A007496 for a cached copy.)
PROG
(PARI) A305947(n, M=99*n+199)=sum(k=0, M, #select(d->!d, digits(8^k))==n)
(PARI) A305947_vec(nMax, M=99*nMax+199, a=vector(nMax+=2))={for(k=0, M, a[min(1+#select(d->!d, digits(8^k)), nMax)]++); a[^-1]}
CROSSREFS
Cf. A030704 (= row 0 of A305928): k such that 8^k has no 0's; A195946: these powers 8^k.
Cf. A020665: largest k such that n^k has no '0's.
Cf. A063616 (= column 1 of A305928): least k such that 8^k has n digits '0' in base 10.
Cf. A305942 (analog for 2^k), ..., A305947, A305939 (analog for 9^k).
Sequence in context: A349806 A259531 A240815 * A206605 A004503 A340720
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Jun 22 2018
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 14 20:39 EDT 2024. Contains 372533 sequences. (Running on oeis4.)