login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A214855
Fibonacci numbers divisible by 10.
5
0, 610, 832040, 1134903170, 1548008755920, 2111485077978050, 2880067194370816120, 3928413764606871165730, 5358359254990966640871840, 7308805952221443105020355490, 9969216677189303386214405760200, 13598018856492162040239554477268290
OFFSET
1,2
COMMENTS
Fibonacci numbers having a trailing zero in decimal representation.
A122840(a(n)) > 0.
FORMULA
a(n) = A000045(15*(n-1)).
G.f.: -610*x^2 / (x^2+1364*x-1). - Colin Barker, Mar 12 2013
PROG
(Haskell)
a214855 = a000045 . a008597 . subtract 1
CROSSREFS
Cf. A008597.
Sequence in context: A223874 A223799 A323281 * A072323 A235381 A202373
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 08 2013
EXTENSIONS
New name from T. D. Noe, Mar 09 2013
STATUS
approved