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!)
A160587 Numerator of Laguerre(n, -10). 3
1, 11, 71, 1043, 4273, 15403, 151049, 3196873, 9065053, 219181447, 80314181, 15236362807, 9881224121, 3255762225533, 51047003351891, 334353686524303, 713211624791333, 516702875135479, 466605840054517979 (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 12 2018 *)
PROG
(PARI) for(n=0, 30, print1(numerator(sum(k=0, n, binomial(n, k)*(10^k/k!))), ", ")) \\ G. C. Greubel, May 12 2018
(PARI) a(n) = numerator(pollaguerre(n, 0, -10)); \\ Michel Marcus, Feb 05 2021
(Magma) [Numerator((&+[Binomial(n, k)*(10^k/Factorial(k)): k in [0..n]])): n in [0..30]]; // G. C. Greubel, May 12 2018
CROSSREFS
For denominators see A160589.
Cf. A289216.
Sequence in context: A068847 A139185 A103998 * A338416 A034196 A236173
KEYWORD
nonn,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 15 13:23 EDT 2024. Contains 372540 sequences. (Running on oeis4.)