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.

A163322 The 3rd Hermite Polynomial evaluated at n: H_3(n) = 8*n^3 - 12*n.

Original entry on oeis.org

0, -4, 40, 180, 464, 940, 1656, 2660, 4000, 5724, 7880, 10516, 13680, 17420, 21784, 26820, 32576, 39100, 46440, 54644, 63760, 73836, 84920, 97060, 110304, 124700, 140296, 157140, 175280, 194764, 215640, 237956, 261760, 287100, 314024, 342580
Offset: 0

Views

Author

Vincenzo Librandi, Jul 25 2009

Keywords

Crossrefs

Programs

Formula

a(n) = 8*n^3 - 12*n.
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4).
G.f.: -4*x*(1-14*x+x^2)/(x-1)^4.

Extensions

Edited by R. J. Mathar, Jul 26 2009