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!)
A285270 a(n) = H_n(n), where H_n is the physicist's n-th Hermite polynomial. 4
1, 2, 14, 180, 3340, 80600, 2389704, 83965616, 3409634960, 157077960480, 8093278209760, 461113571640128, 28784033772836544, 1953535902100115840, 143219579014652040320, 11279408109860685024000, 949705205977314865582336, 85131076752851318807814656, 8094279370190580822082014720 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ exp(-1/4) * 2^n * n^n. - Vaclav Kotesovec, Nov 07 2021
EXAMPLE
Knowing that H_3(x) = 8x^3-12x, a(3) = H_3(3) = 8*3^3-12*3 = 180.
MATHEMATICA
Table[HermiteH[n, n], {n, 0, 18}] (* Michael De Vlieger, May 25 2017 *)
PROG
(PARI) a(n) = polhermite(n, n); \\ Michel Marcus, May 25 2017
(Python)
from sympy import hermite
def a(n): return hermite(n, n) # Indranil Ghosh, May 25 2017
CROSSREFS
Cf. A089466 (probabilist's variant).
Sequence in context: A352761 A208195 A252727 * A109520 A370054 A210097
KEYWORD
nonn
AUTHOR
Natan Arie Consigli, May 24 2017
EXTENSIONS
More terms from Michel Marcus, May 25 2017
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 April 23 13:51 EDT 2024. Contains 371914 sequences. (Running on oeis4.)