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!)
A160635 Numerator of Laguerre(n, 8). 2
1, -7, 17, -37, -29, 119, 541, 563, -403, -29893, -50161, 842557, 668137, 49176251, 71971349, -472553467, -5767166357, -91253170621, -398562264797, 3871198033, 60961731099469, 129943563856429, 135463017394157, 187641213694147637, -151190634238477433 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Numerator[Table[LaguerreL[n, 8], {n, 0, 50}]] (* G. C. Greubel, May 03 2018 *)
PROG
(PARI) for(n=0, 30, print1(numerator(sum(k=0, n, binomial(n, k)*((-8)^k/k!))), ", ")) \\ G. C. Greubel, May 06 2018
(Magma) [Numerator((&+[Binomial(n, k)*((-8)^k/Factorial(k)): k in [0..n]])): n in [0..30]]; // G. C. Greubel, May 06 2018
CROSSREFS
For denominators see A160639.
Sequence in context: A296553 A101121 A212117 * A339527 A090652 A062675
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)