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.

A002451 Expansion of 1/((1-x)*(1-4*x)*(1-9*x)).

Original entry on oeis.org

1, 14, 147, 1408, 13013, 118482, 1071799, 9668036, 87099705, 784246870, 7059619931, 63542171784, 571901915677, 5147206719578, 46325218390143, 416928397167052, 3752361301126529, 33771274616631006, 303941563175648035, 2735474435084708240, 24619271381777877861
Offset: 0

Views

Author

Keywords

References

  • A. Fletcher, J. C. P. Miller, L. Rosenhead and L. J. Comrie, An Index of Mathematical Tables. Vols. 1 and 2, 2nd ed., Blackwell, Oxford and Addison-Wesley, Reading, MA, 1962, Vol. 1, p. 112.
  • J. Riordan, Combinatorial Identities, Wiley, 1968, p. 217.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
  • T. N. Thiele, Interpolationsrechnung. Teubner, Leipzig, 1909, p. 35.

Crossrefs

A diagonal of A036969.

Programs

Formula

a(n) = 1/24 - 4^(n+2)/15 + 9^(n+2)/40. - Antonio Alberto Olivares, Feb 03 2010
a(n) = 13*a(n-1) - 36*a(n-2) + 1, n >= 2. - Vincenzo Librandi, Mar 23 2011