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!)
A160653 Numerator of Laguerre(n, 10). 2
1, -9, 31, -137, 11, 103, -31, -649, -1027, 8387, 1763, 90667, -185309, -2014549, -35712389, -1568327, 25932791, 2065388131, 1325044249, 2183157953, -177616901779, -514233019213, -23712818592973, -872068873818067, 670711846972459, 1185956279291023, 5868401189931107 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Numerator[Table[LaguerreL[n, 10], {n, 0, 50}]] (* G. C. Greubel, May 02 2018 *)
PROG
(PARI) for(n=0, 30, print1(numerator(sum(k=0, n, binomial(n, k)*((-10)^k/k!))), ", ")) \\ G. C. Greubel, May 08 2018
(Magma) [Numerator((&+[Binomial(n, k)*((-10)^k/Factorial(k)): k in [0..n]])): n in [0..30]]; // G. C. Greubel, May 08 2018
CROSSREFS
For denominators see A160654.
Sequence in context: A226274 A184054 A140323 * A189436 A145950 A177743
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 July 11 17:52 EDT 2024. Contains 374234 sequences. (Running on oeis4.)