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

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

%S 1,1,2,3,24,6,144,126,8064,2592,145152,24948,19160064,8895744,

%T 3487131648,1307674368,23911759872,711374856192,51218989645824,

%U 5529322745856,556091887583232,20436376868683776,1798401164444172288

%N Denominator of Laguerre(n, 5).

%H G. C. Greubel, <a href="/A160630/b160630.txt">Table of n, a(n) for n = 0..480</a>

%t Denominator[Table[LaguerreL[n,5], {n, 0, 50}]] (* _G. C. Greubel_, May 07 2018 *)

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

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

%Y For numerators see A160629.

%K nonn,frac

%O 0,3

%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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)