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.

A159245 Numerator of Hermite(n, 8/9).

Original entry on oeis.org

1, 16, 94, -3680, -104564, 711616, 96082696, 845632384, -95427659120, -2622782115584, 97169013147616, 5803611237607936, -80297401627324736, -12566978671947023360, -31965330924006479744, 27990462333191745304576, 525523151476403670651136
Offset: 0

Views

Author

N. J. A. Sloane, Nov 12 2009

Keywords

Comments

Denominators are A001019. - Robert Israel, Jun 07 2018

Crossrefs

Programs

Formula

From Robert Israel, Jun 07 2018: (Start)
E.g.f.: exp(16*x-81*x^2).
a(n+2)=16*a(n+1)-162*(n+1)*a(n). (End)