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!)
A160639 Denominator of Laguerre(n, 8). 2
1, 1, 1, 3, 3, 15, 45, 315, 45, 2835, 14175, 155925, 66825, 6081075, 42567525, 91216125, 638512875, 10854718875, 97692469875, 2228279625, 9280784638125, 14992036723125, 18015640768125, 49308808782358125, 147926426347074375 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MATHEMATICA
Denominator[LaguerreL[Range[0, 30], 8]] (* Harvey P. Dale, Jul 21 2013 *)
PROG
(PARI) for(n=0, 30, print1(denominator(sum(k=0, n, binomial(n, k)*((-8)^k/k!))), ", ")) \\ G. C. Greubel, May 06 2018
(Magma) [Denominator((&+[Binomial(n, k)*((-8)^k/Factorial(k)): k in [0..n]])): n in [0..30]]; // G. C. Greubel, May 06 2018
CROSSREFS
For numerators see A160635.
Sequence in context: A171379 A078631 A352802 * A280781 A046983 A067655
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 18 11:42 EDT 2024. Contains 371779 sequences. (Running on oeis4.)