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.

This page as a plain text file.
%I A214855 #21 Jun 30 2023 19:05:10
%S A214855 0,610,832040,1134903170,1548008755920,2111485077978050,
%T A214855 2880067194370816120,3928413764606871165730,5358359254990966640871840,
%U A214855 7308805952221443105020355490,9969216677189303386214405760200,13598018856492162040239554477268290
%N A214855 Fibonacci numbers divisible by 10.
%C A214855 Fibonacci numbers having a trailing zero in decimal representation.
%C A214855 A122840(a(n)) > 0.
%H A214855 Reinhard Zumkeller, <a href="/A214855/b214855.txt">Table of n, a(n) for n = 1..250</a>
%H A214855 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (1364, 1).
%F A214855 a(n) = A000045(15*(n-1)).
%F A214855 G.f.: -610*x^2 / (x^2+1364*x-1). - _Colin Barker_, Mar 12 2013
%o A214855 (Haskell)
%o A214855 a214855 = a000045 . a008597 . subtract 1
%Y A214855 Cf. A008597.
%K A214855 nonn
%O A214855 1,2
%A A214855 _Reinhard Zumkeller_, Mar 08 2013
%E A214855 New name from _T. D. Noe_, Mar 09 2013