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.

A152064 a(n) = 2*n^3 - 3*n^2 + 5.

Original entry on oeis.org

5, 4, 9, 32, 85, 180, 329, 544, 837, 1220, 1705, 2304, 3029, 3892, 4905, 6080, 7429, 8964, 10697, 12640, 14805, 17204, 19849, 22752, 25925, 29380, 33129, 37184, 41557, 46260, 51305, 56704, 62469, 68612, 75145, 82080, 89429, 97204, 105417, 114080, 123205
Offset: 0

Views

Author

Paul Curtz, Nov 23 2008

Keywords

References

  • P. Curtz, Integration numerique des systemes differentiels a conditions initiales, 135 pages, Centre de Calcul Scientifique de l'Armement, Arcueil, 1969.

Programs

Formula

a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) + 12.
G.f.: ( 5 - 16*x + 23*x^2 ) / (x-1)^4. - R. J. Mathar, Jul 06 2011
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4); a(0)=5, a(1)=4, a(2)=9, a(3)=32. - Harvey P. Dale, Oct 12 2012

Extensions

Simpler definition and more terms from Paolo P. Lava, Nov 27 2008
Edited by N. J. A. Sloane, Jan 04 2008