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!)
A160631 Numerator of Laguerre(n, 6). 2

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

%S 1,-5,7,1,-5,-19,1,149,137,1,-389,-1517,-6823,-38617,34213,2572987,

%T 18391,45729683,22001999,-5642893,-3149527091,-6408414379,

%U -361288088869,-905150581043,-30112639363,29055165817369,309542042395973,2330434589510479,18100779790639279,93274917955709869

%N Numerator of Laguerre(n, 6).

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

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

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

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

%Y For denominators see A160632.

%K sign,frac

%O 0,2

%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 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)