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!)
A160586 Denominator of Laguerre(n, -11). 2
1, 1, 2, 3, 8, 30, 720, 210, 40320, 90720, 1209600, 226800, 43545600, 5241600, 7925299200, 14859936000, 634023936000, 8083805184000, 582033973248000, 115194223872000, 221172909834240000, 1161157776629760000 (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 14 2018 *)
PROG
(PARI) for(n=0, 30, print1(denominator(sum(k=0, n, binomial(n, k)*(11^k/k!))), ", ")) \\ G. C. Greubel, May 14 2018
(Magma) [Denominator((&+[Binomial(n, k)*(11^k/Factorial(k)): k in [0..n]])): n in [0..30]]; // G. C. Greubel, May 14 2018
CROSSREFS
For numerators see A160566.
Sequence in context: A001048 A141520 A072042 * A340935 A162074 A162052
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 16 03:28 EDT 2024. Contains 371696 sequences. (Running on oeis4.)