OFFSET
0,1
REFERENCES
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 801.
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).
LINKS
T. D. Noe, Table of n, a(n) for n = 0..500
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
Index entries for linear recurrences with constant coefficients, signature (10,-40,80,-80,32).
FORMULA
G.f.: 12 ( 1 - 2 x )^(-5).
From Amiram Eldar, May 06 2022: (Start)
Sum_{n>=0} 1/a(n) = 5/9 - 2*log(2)/3.
Sum_{n>=0} (-1)^n/a(n) = 18*log(3/2) - 65/9. (End)
MATHEMATICA
Table[Coefficient[HermiteH[n + 4, x], x, n], {n, 0, 25}] (* T. D. Noe, Aug 10 2012 *)
PROG
(PARI) a(n) = polcoeff(polhermite(n+4), n); \\ Michel Marcus, May 06 2022
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), Jan 29 2001
STATUS
approved