The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A160667 Denominator of Laguerre(n, 11). 2
1, 1, 2, 3, 24, 60, 144, 2520, 40320, 36288, 518400, 362880, 43545600, 283046400, 1585059840, 59439744000, 380414361600, 2309658624000, 582033973248000, 1105864549171200, 221172909834240000, 464463110651904000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Denominator[Table[LaguerreL[n, 11], {n, 0, 50}]] (* G. C. Greubel, May 02 2018 *)
PROG
(PARI) for(n=0, 30, print1(denominator(sum(k=0, n, binomial(n, k)*((-11)^k/k!))), ", ")) \\ G. C. Greubel, May 13 2018
(Magma) [Denominator((&+[Binomial(n, k)*((-11)^k/Factorial(k)): k in [0..n]])): n in [0..30]]; // G. C. Greubel, May 13 2018
CROSSREFS
For numerators see A160655.
Sequence in context: A336616 A354278 A061778 * A118204 A061355 A160618
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 June 7 14:30 EDT 2024. Contains 373197 sequences. (Running on oeis4.)