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!)
A160606 Denominator of Laguerre(n, -7). 2
1, 1, 2, 3, 24, 15, 720, 180, 5760, 6480, 518400, 1425600, 68428800, 27799200, 1779148800, 6671808000, 426995712000, 907365888000, 130660687872000, 620638267392000, 49651061391360000, 9309574010880000, 3276970051829760000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Denominator[LaguerreL[Range[0, 30], -7]] (* Harvey P. Dale, Oct 25 2011 *)
PROG
(PARI) for(n=0, 30, print1(denominator(sum(k=0, n, binomial(n, k)*(7^k/k!))), ", ")) \\ G. C. Greubel, May 14 2018
(Magma) [Denominator((&+[Binomial(n, k)*(7^k/Factorial(k)): k in [0..n]])): n in [0..30]]; // G. C. Greubel, May 14 2018
CROSSREFS
For numerators see A160605.
Sequence in context: A160630 A119619 A170909 * A099617 A092043 A343206
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 25 11:30 EDT 2024. Contains 371967 sequences. (Running on oeis4.)