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!)
A160640 Numerator of Laguerre(n, 9). 2
1, -8, 47, -26, -37, 104, 863, -1633, -81479, -3247, 473551, 2070053, 19541099, -5299537, -4828712387, -6662908309, -17244807859, 180304757051, 874291731563, 66578605064561, 3886381511522161, 185817086098037, -369129092519093411, -310895814618726151 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Numerator[Table[LaguerreL[n, 9], {n, 0, 50}]] (* G. C. Greubel, May 03 2018 *)
PROG
(PARI) for(n=0, 30, print1(numerator(sum(k=0, n, binomial(n, k)*((-9)^k/k!))), ", ")) \\ G. C. Greubel, May 07 2018
(Magma) [Numerator((&+[Binomial(n, k)*((-9)^k/Factorial(k)): k in [0..n]])): n in [0..30]]; // G. C. Greubel, May 07 2018
CROSSREFS
For denominators see A160641.
Sequence in context: A368269 A132113 A085299 * A230622 A026983 A296331
KEYWORD
sign,frac
AUTHOR
N. J. A. Sloane, Nov 14 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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)