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!)
A067468 Numbers n such that 7 is the first digit of 7^n. 0
1, 20, 33, 46, 59, 72, 104, 117, 130, 143, 175, 188, 201, 214, 246, 259, 272, 285, 317, 330, 343, 356, 388, 401, 414, 427, 459, 472, 485, 498, 511, 530, 543, 556, 569, 582, 614, 627, 640, 653, 685, 698, 711, 724, 756, 769, 782, 795, 827, 840, 853, 866, 898 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[1000], IntegerDigits[7^#][[1]]==7&] (* Harvey P. Dale, Aug 04 2023 *)
PROG
(PARI) : for(n=1, 1000, if(floor(7^n/10^(floor(n*log(7)/log(10))))==7, print1(n, ", ")))
CROSSREFS
Cf. A067485.
Sequence in context: A364307 A075230 A165236 * A127906 A108667 A108669
KEYWORD
nonn,base
AUTHOR
Benoit Cloitre, Feb 22 2002
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 18:05 EDT 2024. Contains 371962 sequences. (Running on oeis4.)