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!)
A073554 Number of Fibonacci numbers F(k), k <= 10^n, which end in 7. 0

%I #9 Mar 29 2023 14:30:39

%S 0,14,134,1334,13334,133334,1333334,13333334,133333334,1333333334,

%T 13333333334,133333333334,1333333333334,13333333333334,

%U 133333333333334,1333333333333334,13333333333333334,133333333333333334,1333333333333333334,13333333333333333334,133333333333333333334,1333333333333333333334,13333333333333333333334

%N Number of Fibonacci numbers F(k), k <= 10^n, which end in 7.

%F If n>1 then a(n)=(2*10^n+10)/15. - _Robert Gerbicz_, Sep 06 2002

%F a(n) = A073550(n) for n >= 3. - _Georg Fischer_, Oct 13 2022

%e a(2)=14 because there are 14 Fibonacci numbers up to 10^2 which end in 7.

%t Join[{0},Table[10 FromDigits[PadRight[{1},n,3]]+4,{n,30}]] (* _Harvey P. Dale_, Mar 29 2023 *)

%Y Cf. A073548 (end in 2), A073549 (6), A073550 (1), A073551 (3), (A073552 (4)), A073553 (5), this sequence (7), A073555 (8), A073556 (9).

%K base,nonn

%O 1,2

%A _Shyam Sunder Gupta_, Aug 15 2002

%E More terms from _Robert Gerbicz_, Sep 06 2002

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 May 1 22:12 EDT 2024. Contains 372178 sequences. (Running on oeis4.)