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!)
A160610 Denominator of Laguerre(n, -5). 3
1, 1, 2, 3, 8, 12, 144, 56, 8064, 36288, 48384, 798336, 19160064, 41513472, 3487131648, 5230697472, 6199345152, 1422749712384, 51218989645824, 162193467211776, 3892643213082624, 3144057979797504, 599467054814724096 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Denominator[Table[LaguerreL[n, -5], {n, 0, 50}]] (* G. C. Greubel, May 09 2018 *)
PROG
(PARI) for(n=0, 30, print1(denominator(sum(k=0, n, binomial(n, k)*(5^k/k!))), ", ")) \\ G. C. Greubel, May 09 2018
(PARI) a(n) = denominator(pollaguerre(n, 0, -5)); \\ Michel Marcus, Feb 05 2021
(Magma) [Denominator((&+[Binomial(n, k)*(5^k/Factorial(k)): k in [0..n]])): n in [0..30]]; // G. C. Greubel, May 09 2018
CROSSREFS
For numerators see A160609.
Cf. A289211.
Sequence in context: A134683 A067853 A086590 * A127484 A193882 A168343
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 23 07:34 EDT 2024. Contains 371905 sequences. (Running on oeis4.)