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!)
A329174 a(n) is the least positive exponent k such that the decimal expansion of 7^k contains n consecutive zeros. 1
1, 4, 20, 74, 154, 499, 510, 4411, 6984, 33836, 61282, 709339, 1570651 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
7^20 = 79792266297612001 is the first power of 7 that has 2 consecutive zeros, so a(2) = 20.
7^74 = 344552147465294110719732986332367243247925798357929806000836849 is the first power of 7 that has 3 consecutive zeros, so a(3) = 74.
MATHEMATICA
Print[1]; zero = {}; Do[zero = zero <> "0"; k = 1; While[StringPosition[ToString[7^k], zero] == {}, k++]; Print[k]; , {n, 1, 10}]
CROSSREFS
Cf. A006889 (2^k), A195269 (3^k), A329172 (5^k).
Sequence in context: A197426 A061981 A054611 * A057333 A196432 A302815
KEYWORD
nonn,base,more,hard
AUTHOR
Vaclav Kotesovec, Nov 07 2019
EXTENSIONS
a(12) from Chai Wah Wu, Nov 13 2019
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 June 11 19:50 EDT 2024. Contains 373317 sequences. (Running on oeis4.)