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!)
A160605 Numerator of Laguerre(n, -7). 2
1, 8, 79, 458, 12113, 22394, 2921911, 1856741, 142939831, 369403781, 65257860137, 382924264759, 38054710694503, 31162073928841, 3924727189601143, 28342240146349903, 3424956884584928081, 13496977684191852821 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Numerator[LaguerreL[Range[0, 30], -7]] (* Harvey P. Dale, Oct 25 2011 *)
PROG
(PARI) for(n=0, 30, print1(numerator(sum(k=0, n, binomial(n, k)*(7^k/k!))), ", ")) \\ G. C. Greubel, May 14 2018
(Magma) [Numerator((&+[Binomial(n, k)*(7^k/Factorial(k)): k in [0..n]])): n in [0..30]]; // G. C. Greubel, May 14 2018
CROSSREFS
For denominators see A160606.
Sequence in context: A266090 A366214 A061425 * A353100 A224759 A024102
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 April 20 11:10 EDT 2024. Contains 371838 sequences. (Running on oeis4.)