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!)
A159706 Numerator of Hermite(n, 2/21). 1

%I #22 Sep 08 2022 08:45:44

%S 1,4,-866,-10520,2249356,46111984,-9735212024,-282965467424,

%T 58973337166480,2232497686809664,-459200359680279584,

%U -21527431036382354816,4369052165472543104704,245322538750961015791360,-49114261974304335175370624,-3225699756394083963693195776

%N Numerator of Hermite(n, 2/21).

%H Vincenzo Librandi, <a href="/A159706/b159706.txt">Table of n, a(n) for n = 0..200</a>

%H DLMF <a href="https://dlmf.nist.gov/18.9">Digital library of mathematical functions</a>, Table 18.9.1 for H_n(x)

%F D-finite with recurrence a(n) - 4*a(n-1) + 882*(n-1)*a(n-2) = 0. [DLMF] - _R. J. Mathar_, Feb 17 2014

%F From _G. C. Greubel_, May 22 2018: (Start)

%F a(n) = 21^n * Hermite(n,2/21).

%F E.g.f.: exp(4*x-441*x^2).

%F a(n) = Sum_{k=0..floor(n/2)} (-1)^k*n!*(4/21)^(n-2k)/(k!*(n-2k)!). (End)

%e Numerator of 1, 4/21, -866/441, -10520/9261, 2249356/194481, 46111984/4084101, ...

%p A159706 := proc(n)

%p orthopoly[H](n,2/21) ;

%p numer(%) ;

%p end proc: # _R. J. Mathar_, Feb 17 2014

%t Numerator[Table[HermiteH[n, 2/21], {n, 0, 30}]] (* _Vladimir Joseph Stephan Orlovsky_, Jun 17 2011 *)

%o (PARI) a(n)=numerator(polhermite(n,2/21)) \\ _Charles R Greathouse IV_, Jan 29 2016

%o (Magma) [Numerator((&+[(-1)^k*Factorial(n)*(4/21)^(n-2*k)/( Factorial(k) *Factorial(n-2*k)): k in [0..Floor(n/2)]])): n in [0..30]]; // _G. C. Greubel_, May 22 2018

%Y Cf. A009965 (denominators).

%K sign,frac

%O 0,2

%A _N. J. A. Sloane_, Nov 12 2009

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 6 06:40 EDT 2024. Contains 375704 sequences. (Running on oeis4.)