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!)
A063613 Smallest k such that 7^k has exactly n 7's in its decimal representation. 0
2, 1, 14, 11, 26, 29, 49, 33, 67, 81, 84, 96, 101, 95, 89, 132, 163, 160, 137, 152, 185, 177, 195, 230, 205, 188, 214, 267, 274, 288, 325, 307, 286, 285, 270, 311, 324, 353, 318, 336, 309, 329, 403, 375, 432, 436, 447, 479, 401, 459, 491 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MATHEMATICA
a = {}; Do[k = 1; While[ Count[ IntegerDigits[7^k], 7] != n, k++ ]; a = Append[a, k], {n, 0, 50} ]; a
Module[{p7=DigitCount[#, 10, 7]&/@(7^Range[500])}, Table[Position[p7, n, {1}, 1], {n, 0, 50}]]//Flatten (* Harvey P. Dale, Apr 08 2017 *)
CROSSREFS
Sequence in context: A187920 A307804 A338207 * A245733 A276851 A080346
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 05:26 EDT 2024. Contains 371918 sequences. (Running on oeis4.)