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!)
A160555 Denominator of Laguerre(n, -12). 2

%I #11 Sep 08 2022 08:45:45

%S 1,1,1,1,1,5,5,35,35,35,175,1925,1925,25025,13475,79625,875875,

%T 14889875,1353625,282907625,1414538125,9901766875,108919435625,

%U 2505147019375,2505147019375,4817590421875,6728700671875,62628675484375

%N Denominator of Laguerre(n, -12).

%H G. C. Greubel, <a href="/A160555/b160555.txt">Table of n, a(n) for n = 0..500</a>

%t Table[LaguerreL[n, -12] // Denominator, {n, 0, 27}] (* _Jean-François Alcover_, Jul 01 2017 *)

%o (PARI) for(n=0,30, print1(denominator(sum(k=0,n, binomial(n,k)*(12^k/k!))), ", ")) \\ _G. C. Greubel_, May 14 2018

%o (Magma) [Denominator((&+[Binomial(n,k)*(12^k/Factorial(k)): k in [0..n]])): n in [0..30]]; // _G. C. Greubel_, May 14 2018

%Y For numerators see A160554.

%K nonn,frac

%O 0,6

%A _N. J. A. Sloane_, Nov 14 2009

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 23 10:26 EDT 2024. Contains 371905 sequences. (Running on oeis4.)