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!)
A160601 Numerator of Laguerre(n, -9). 3
1, 10, 119, 271, 8315, 70499, 174139, 8731657, 376455481, 13762207, 23585826391, 61123934273, 5568591324683, 11428044042013, 192745690532125, 25291642192372513, 4316709625044329, 28425936917236036637 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Numerator[Table[LaguerreL[n, -9], {n, 0, 50}]] (* G. C. Greubel, May 13 2018 *)
PROG
(PARI) for(n=0, 30, print1(numerator(sum(k=0, n, binomial(n, k)*(9^k/k!))), ", ")) \\ G. C. Greubel, May 13 2018
(PARI) a(n) = numerator(pollaguerre(n, 0, -9)); \\ Michel Marcus, Feb 05 2021
(Magma) [Numerator((&+[Binomial(n, k)*(9^k/Factorial(k)): k in [0..n]])): n in [0..30]]; // G. C. Greubel, May 13 2018
CROSSREFS
For denominators see A160602.
Cf. A289215.
Sequence in context: A122887 A284331 A145510 * A338975 A327653 A024128
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 August 1 02:29 EDT 2024. Contains 374809 sequences. (Running on oeis4.)