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!)
A160655 Numerator of Laguerre(n, 11). 2
1, -10, 79, -217, 1025, 2447, -5125, -113717, 345889, 1663111, 15004553, -5570839, -1823851261, -8755954747, 5608062241, 1968529931257, 14486425445831, 41829962445559, -6878017387517971, -36856916172852287, -7836972251504652829, -8768150285373043687, 59117879235834356159 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Numerator[Table[LaguerreL[n, 11], {n, 0, 50}]] (* G. C. Greubel, May 02 2018 *)
PROG
(PARI) for(n=0, 30, print1(numerator(sum(k=0, n, binomial(n, k)*((-11)^k/k!))), ", ")) \\ G. C. Greubel, May 08 2018
(Magma) [Numerator((&+[Binomial(n, k)*((-11)^k/Factorial(k)): k in [0..n]])): n in [0..30]]; // G. C. Greubel, May 08 2018
CROSSREFS
For denominators see A160667.
Sequence in context: A243247 A222701 A283658 * A006469 A288630 A081905
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 September 12 19:13 EDT 2024. Contains 375853 sequences. (Running on oeis4.)