OFFSET
1,2
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
KEYWORD
nonn,base
AUTHOR
Benoit Cloitre, Feb 22 2002
STATUS
approved