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!)
A160589 Denominator of Laguerre(n, -10). 3
1, 1, 1, 3, 3, 3, 9, 63, 63, 567, 81, 6237, 1701, 243243, 1702701, 5108103, 5108103, 1772199, 781539759, 14849255421, 14849255421, 311834363841, 3430178002251, 7172190368343, 33811754593617, 236682282155319, 3076869668019147 (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 13 2018 *)
PROG
(PARI) for(n=0, 30, print1(denominator(sum(k=0, n, binomial(n, k)*(10^k/k!))), ", ")) \\ G. C. Greubel, May 13 2018
(PARI) a(n) = denominator(pollaguerre(n, 0, -10)); \\ Michel Marcus, Feb 05 2021
(Magma) [Denominator((&+[Binomial(n, k)*(10^k/Factorial(k)): k in [0..n]])): n in [0..30]]; // G. C. Greubel, May 13 2018
CROSSREFS
For numerators see A160587.
Cf. A289216.
Sequence in context: A298315 A299189 A231651 * A097707 A240533 A115282
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 May 5 05:35 EDT 2024. Contains 372257 sequences. (Running on oeis4.)