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!)
A063604 Smallest k such that 6^k has exactly n 8's in its decimal representation. 0
1, 12, 15, 25, 24, 40, 29, 53, 51, 84, 89, 99, 126, 107, 117, 141, 153, 167, 187, 171, 149, 232, 212, 242, 238, 257, 254, 248, 267, 272, 303, 308, 378, 340, 309, 387, 352, 382, 396, 397, 392, 438, 454, 472, 439, 436, 484, 420, 492, 467, 544 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
a = {}; Do[k = 1; While[ Count[ IntegerDigits[6^k], 8] != n, k++ ]; a = Append[a, k], {n, 0, 50} ]; a
CROSSREFS
Sequence in context: A253235 A050480 A290508 * A357867 A350807 A124521
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 May 8 07:59 EDT 2024. Contains 372319 sequences. (Running on oeis4.)