Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
Search: id:a063603
Displaying 1-1 of 1 result found. page 1
     Sort: relevance | references | number | modified | created      Format: long | short | data
A063603 Smallest k such that 6^k has exactly n 7's in its decimal representation. +0
0
1, 7, 9, 5, 26, 35, 30, 48, 72, 60, 65, 77, 100, 127, 146, 130, 152, 150, 155, 230, 205, 192, 201, 234, 274, 255, 279, 286, 249, 297, 292, 321, 312, 331, 225, 335, 396, 342, 345, 405, 370, 385, 445, 461, 503, 442, 480, 469, 473, 518, 510 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
a = {}; Do[k = 1; While[ Count[ IntegerDigits[6^k], 7] != n, k++ ]; a = Append[a, k], {n, 0, 50} ]; a
Join[{1}, Flatten[With[{p6=6^Range[650]}, Table[First[Position[p6, _?(Count[ IntegerDigits[#], 7]==n&)]], {n, 55}]]]] (* Harvey P. Dale, Oct 03 2011 *)
KEYWORD
base,nonn
AUTHOR
Robert G. Wilson v, Aug 10 2001
EXTENSIONS
Name corrected by Jon E. Schoenfield, Jun 26 2018
Offset corrected by Sean A. Irvine, Jul 23 2023
STATUS
approved
page 1

Search completed in 0.006 seconds

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 August 22 03:40 EDT 2024. Contains 375354 sequences. (Running on oeis4.)