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!)
A160654 Denominator of Laguerre(n, 10). 2
1, 1, 1, 3, 1, 3, 9, 21, 63, 567, 63, 6237, 18711, 81081, 1702701, 464373, 1702701, 86837751, 71049069, 549972423, 14849255421, 23987258757, 1143392667417, 78894094051773, 236682282155319, 78894094051773, 279715424365377 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MATHEMATICA
Denominator[Table[LaguerreL[n, 10], {n, 0, 50}]] (* G. C. Greubel, May 02 2018 *)
PROG
(PARI) for(n=0, 30, print1(denominator(sum(k=0, n, binomial(n, k)*((-10)^k/k!))), ", ")) \\ G. C. Greubel, May 08 2018
(Magma) [Denominator((&+[Binomial(n, k)*((-10)^k/Factorial(k)): k in [0..n]])): n in [0..30]]; // G. C. Greubel, May 08 2018
CROSSREFS
For numerators see A160653.
Sequence in context: A133579 A088442 A037095 * A146436 A058842 A155734
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 July 11 16:28 EDT 2024. Contains 374234 sequences. (Running on oeis4.)