cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A214855 Fibonacci numbers divisible by 10.

Original entry on oeis.org

0, 610, 832040, 1134903170, 1548008755920, 2111485077978050, 2880067194370816120, 3928413764606871165730, 5358359254990966640871840, 7308805952221443105020355490, 9969216677189303386214405760200, 13598018856492162040239554477268290
Offset: 1

Views

Author

Reinhard Zumkeller, Mar 08 2013

Keywords

Comments

Fibonacci numbers having a trailing zero in decimal representation.
A122840(a(n)) > 0.

Crossrefs

Cf. A008597.

Programs

  • Haskell
    a214855 = a000045 . a008597 . subtract 1

Formula

a(n) = A000045(15*(n-1)).
G.f.: -610*x^2 / (x^2+1364*x-1). - Colin Barker, Mar 12 2013

Extensions

New name from T. D. Noe, Mar 09 2013