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!)
A160630 Denominator of Laguerre(n, 5). 2
1, 1, 2, 3, 24, 6, 144, 126, 8064, 2592, 145152, 24948, 19160064, 8895744, 3487131648, 1307674368, 23911759872, 711374856192, 51218989645824, 5529322745856, 556091887583232, 20436376868683776, 1798401164444172288 (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 07 2018 *)
PROG
(PARI) for(n=0, 30, print1(denominator(sum(k=0, n, binomial(n, k)*((-5)^k/k!))), ", ")) \\ G. C. Greubel, May 07 2018
(Magma) [Denominator((&+[Binomial(n, k)*((-5)^k/Factorial(k)): k in [0..n]])): n in [0..30]]; // G. C. Greubel, May 07 2018
CROSSREFS
For numerators see A160629.
Sequence in context: A095996 A308943 A061098 * A119619 A170909 A160606
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 17 21:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)