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!)
A160632 Denominator of Laguerre(n, 6). 2
1, 1, 1, 1, 1, 5, 1, 35, 35, 1, 175, 385, 1925, 25025, 35035, 875875, 5005, 14889875, 14889875, 11316305, 1414538125, 1980353375, 108919435625, 357878145625, 26369968625, 62628675484375, 162834556259375, 814172781296875 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
MATHEMATICA
Denominator[LaguerreL[Range[0, 30], 6]] (* Harvey P. Dale, May 26 2013 *)
PROG
(PARI) for(n=0, 30, print1(denominator(sum(k=0, n, binomial(n, k)*((-6)^k/k!))), ", ")) \\ G. C. Greubel, May 06 2018
(Magma) [Denominator((&+[Binomial(n, k)*((-6)^k/Factorial(k)): k in [0..n]])): n in [0..30]]; // G. C. Greubel, May 06 2018
CROSSREFS
For numerators see A160631.
Sequence in context: A066833 A334887 A039813 * A089515 A158820 A082437
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 19 11:14 EDT 2024. Contains 371791 sequences. (Running on oeis4.)