login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A349068 a(n) = H(n, 2*n), where H(n,x) is n-th Hermite polynomial. 3
1, 4, 62, 1656, 62476, 3041200, 181253256, 12779289376, 1040259450512, 96008691963456, 9906193528929760, 1129945699713533824, 141183268107518731968, 19176614030629200880384, 2813353012562289110458496, 443345766248682440278848000, 74687922008799389150557901056 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Hermite Polynomial.
Wikipedia, Hermite polynomial.
FORMULA
a(n) ~ exp(-1/16) * 4^n * n^n.
a(n) = Sum_{k=0..floor(n/2)} (-1)^k * ( n! / (k! * (n-2k)!) ) * (4n)^(n-2k), for n>0. - Bernard Schott, Nov 07 2021
MAPLE
a:= n-> simplify(HermiteH(n, 2*n)):
seq(a(n), n=0..20); # Alois P. Heinz, Nov 07 2021
MATHEMATICA
Table[HermiteH[n, 2*n], {n, 0, 20}]
PROG
(PARI) a(n) = polhermite(n, 2*n); \\ Michel Marcus, Nov 07 2021
CROSSREFS
Sequence in context: A241997 A332694 A277392 * A054958 A191300 A087613
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Nov 07 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 5 17:38 EDT 2024. Contains 375700 sequences. (Running on oeis4.)