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!)
A160613 Numerator of Laguerre(n, -3). 3
1, 4, 23, 28, 491, 1249, 19223, 15476, 3515161, 1512661, 14496817, 228800107, 11770539419, 60428965661, 5262254717509, 2521163372543, 976843770850217, 887131806309703, 73511154681979031, 255777165814872577 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Numerator[Table[LaguerreL[n, -3], {n, 0, 50}]] (* G. C. Greubel, May 09 2018 *)
PROG
(PARI) for(n=0, 30, print1(numerator(sum(k=0, n, binomial(n, k)*(3^k/k!))), ", ")) \\ G. C. Greubel, May 09 2018
(Magma) [Numerator((&+[Binomial(n, k)*(3^k/Factorial(k)): k in [0..n]])): n in [0..30]]; // G. C. Greubel, May 09 2018
CROSSREFS
For denominators see A160614.
Cf. A277382.
Sequence in context: A258024 A258203 A293698 * A131545 A030716 A169599
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 July 16 20:46 EDT 2024. Contains 374358 sequences. (Running on oeis4.)