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!)
A160672 Denominator of Laguerre(n, 12). 2
1, 1, 1, 1, 1, 5, 5, 35, 35, 5, 175, 1925, 175, 3575, 175175, 875875, 17875, 14889875, 14889875, 282907625, 202076875, 9901766875, 108919435625, 4647768125, 2505147019375, 62628675484375, 814172781296875, 874514265625 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
MATHEMATICA
Denominator[Table[LaguerreL[n, 12], {n, 0, 50}]] (* G. C. Greubel, May 02 2018 *)
PROG
(PARI) for(n=0, 30, print1(denominator(sum(k=0, n, binomial(n, k)*((-12)^k/k!))), ", ")) \\ G. C. Greubel, May 13 2018
(Magma) [Denominator((&+[Binomial(n, k)*((-12)^k/Factorial(k)): k in [0..n]])): n in [0..30]]; // G. C. Greubel, May 13 2018
CROSSREFS
For numerators see A160671.
Sequence in context: A299555 A160608 A208950 * A355952 A232982 A160555
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 August 8 14:00 EDT 2024. Contains 375021 sequences. (Running on oeis4.)