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!)
A063612 Smallest k such that 7^k has exactly n 6's in its decimal representation. 0
1, 5, 16, 20, 28, 25, 34, 44, 56, 53, 81, 70, 92, 111, 160, 124, 142, 135, 189, 183, 168, 224, 228, 211, 225, 266, 240, 215, 253, 246, 236, 311, 338, 247, 302, 307, 242, 386, 365, 371, 441, 426, 325, 370, 433, 458, 478, 430, 425, 408, 483 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
a = {}; Do[k = 1; While[ Count[ IntegerDigits[7^k], 6] != n, k++ ]; a = Append[a, k], {n, 0, 50} ]; a
CROSSREFS
Sequence in context: A238586 A195958 A151980 * A269969 A057281 A204920
KEYWORD
base,nonn
AUTHOR
Robert G. Wilson v, Aug 10 2001
EXTENSIONS
Name corrected by Jon E. Schoenfield, Jun 26 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 April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)