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.

A005057 a(n) = 5^n - 2^n.

Original entry on oeis.org

0, 3, 21, 117, 609, 3093, 15561, 77997, 390369, 1952613, 9764601, 48826077, 244136529, 1220694933, 6103499241, 30517545357, 152587825089, 762939322053, 3814697003481, 19073485803837, 95367430592049, 476837156105973, 2384185786821321, 11920928946689517
Offset: 0

Views

Author

N. J. A. Sloane, Jun 14 1998

Keywords

Comments

Binomial transform of A024036. - Wesley Ivan Hurt, Apr 04 2014

References

  • P. P. Patwardhan, Discrete Structures, Technical Publications Pune, 2009 (first ed.), Section 4.27.1.2, p. 110 (Example 4.44-i).

Programs

Formula

a(n) = A000351(n) - A000079(n). - R. J. Mathar, May 07 2008
G.f.: 1/(1-5*x)-1/(1-2*x);
E.g.f.: e^(5*x)-e^(2*x). - Mohammad K. Azarian, Jan 14 2009
a(n) = 7*a(n-1)-10*a(n-2), a(0)=0, a(1)=3. - Vincenzo Librandi, Dec 30 2010
a(n+1) = 3 * A016127(n). - Vladimir Joseph Stephan Orlovsky, Jun 28 2011