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.

A053428 a(n) = a(n-1) + 20*a(n-2), n >= 2; a(0)=1, a(1)=1.

Original entry on oeis.org

1, 1, 21, 41, 461, 1281, 10501, 36121, 246141, 968561, 5891381, 25262601, 143090221, 648342241, 3510146661, 16476991481, 86679924701, 416219754321, 2149818248341, 10474213334761, 53470578301581, 262954844996801
Offset: 0

Views

Author

Barry E. Williams, Jan 10 2000

Keywords

Comments

Hankel transform is 1,20,0,0,0,0,0,0,0,0,0,0,... - Philippe Deléham, Nov 02 2008
Zero followed by this sequence gives the inverse binomial transform of A080424. - Paul Curtz, Jun 07 2011

References

  • A. H. Beiler, Recreations in the Theory of Numbers, Dover, N.Y., 1964, pp. 194-196.

Crossrefs

Programs

Formula

a(n) = ((5^(n+1)) - (-4)^(n+1))/9.
G.f.: 1/((1+4*x)*(1-5*x)). - R. J. Mathar, Nov 16 2007

Extensions

More terms from James Sellers, Feb 02 2000