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!)
A063590 Smallest k such that 5^k has exactly n 5's in its decimal representation. 0
1, 6, 14, 27, 30, 41, 65, 66, 54, 83, 73, 109, 102, 112, 118, 106, 187, 159, 175, 204, 209, 174, 222, 278, 234, 327, 266, 300, 369, 318, 310, 339, 350, 377, 301, 357, 426, 411, 446, 421, 434, 452, 490, 525, 494, 521, 554, 543, 514, 503 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
a = {}; Do[k = 1; While[ Count[ IntegerDigits[5^k], 5] != n, k++ ]; a = Append[a, k], {n, 1, 50} ]; a
CROSSREFS
Sequence in context: A093776 A107317 A071776 * A349723 A128806 A139596
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 19 06:16 EDT 2024. Contains 371782 sequences. (Running on oeis4.)