login
A073559
Number of Fibonacci numbers F(k), k <= 10^n, whose initial digit is 3.
0
2, 13, 125, 1250, 12494, 124939, 1249382, 12493871
OFFSET
1,1
FORMULA
Lim as n -> inf. a(n)/10^n=log(4/3), where the base is 10. - Robert Gerbicz, Sep 05 2002
EXAMPLE
a(2)=13 because there are 13 Fibonacci numbers up to 10^2 whose initial digit is 3.
CROSSREFS
Sequence in context: A151361 A328008 A372103 * A074365 A071362 A108471
KEYWORD
base,nonn
AUTHOR
Shyam Sunder Gupta, Aug 15 2002
EXTENSIONS
More terms from Robert Gerbicz, Sep 05 2002
STATUS
approved