The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A160629 Numerator of Laguerre(n, 5). 2
1, -4, 7, 8, -31, -19, -301, 41, 18029, 6977, 254927, 2683, -27755351, -20708341, -8065683737, -1998225857, -7525030013, 654365168147, 93746955893939, 12226393924361, 1123431147590407, 27739255684444921, 748334911424041583, -424460759787923281, -73378993429711239701 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Numerator[LaguerreL[Range[0, 30], 5]] (* Harvey P. Dale, Feb 20 2013 *)
PROG
(PARI) for(n=0, 30, print1(numerator(sum(k=0, n, binomial(n, k)*((-5)^k/k!))), ", ")) \\ G. C. Greubel, May 07 2018
(Magma) [Numerator((&+[Binomial(n, k)*((-5)^k/Factorial(k)): k in [0..n]])): n in [0..30]]; // G. C. Greubel, May 07 2018
CROSSREFS
For denominators see A160630.
Sequence in context: A239290 A057464 A344781 * A093105 A141669 A190967
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 May 14 09:04 EDT 2024. Contains 372530 sequences. (Running on oeis4.)