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!)
A159531 Numerator of Hermite(n, 3/17). 1
1, 6, -542, -10188, 878700, 28826856, -2366481864, -114170427792, 8889763054992, 581262636440160, -42756971593427424, -3616239868184689344, 250151386181903425728, 26583148042820425844352, -1720138627513899785854080, -225431665727586284647620864 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From G. C. Greubel, Jul 09 2018: (Start)
a(n) = 17^n * Hermite(n, 3/17).
E.g.f.: exp(6*x-289*x^2).
a(n) = numerator(Sum_{k=0..floor(n/2)} (-1)^k*n!*(6/17)^(n-2*k)/(k!*(n-2*k)!)). (End)
MATHEMATICA
Numerator[Table[HermiteH[n, 3/17], {n, 0, 50}]] (* Vladimir Joseph Stephan Orlovsky, Apr 29 2011 *)
Table[17^n*HermiteH[n, 3/17], {n, 0, 30}] (* G. C. Greubel, Jul 09 2018 *)
PROG
(PARI) a(n)=numerator(polhermite(n, 3/17)) \\ Charles R Greathouse IV, Jan 29 2016
(Magma) [Numerator((&+[(-1)^k*Factorial(n)*(6/17)^(n-2*k)/( Factorial(k) *Factorial(n-2*k)): k in [0..Floor(n/2)]])): n in [0..30]]; // G. C. Greubel, Jul 09 2018
CROSSREFS
Sequence in context: A258880 A367567 A121835 * A276490 A223097 A213959
KEYWORD
sign,frac
AUTHOR
N. J. A. Sloane, Nov 12 2009
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)