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!)
A063625 Smallest k such that 8^k has exactly n 9's in its decimal representation. 0
1, 4, 17, 11, 30, 40, 55, 50, 31, 89, 62, 103, 85, 115, 114, 118, 111, 157, 135, 160, 174, 177, 159, 172, 215, 208, 247, 241, 266, 273, 307, 243, 201, 245, 297, 282, 264, 322, 320, 391, 363, 428, 377, 416, 413, 359, 393, 414, 479, 457, 422 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
a = {}; Do[k = 1; While[ Count[ IntegerDigits[8^k], 9] != n, k++ ]; a = Append[a, k], {n, 0, 50} ]; a
CROSSREFS
Sequence in context: A195881 A264217 A341442 * A241257 A057596 A070712
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 23 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)