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!)
A262003 L.g.f.: log( Sum_{n>=0} x^n/n! * Product_{k=1..n} (k^3 + 1) ). 1

%I #3 Sep 08 2015 18:16:09

%S 2,14,206,4754,156722,7002926,408890414,30315895970,2787655430690,

%T 311698491417614,41677029833666702,6569530958412341810,

%U 1205946558621750623186,255076631360949322977710,61594259272103652501480686,16842210623928858086134293314,5177422625829616613400965034818,1777829320507196831744636014160654

%N L.g.f.: log( Sum_{n>=0} x^n/n! * Product_{k=1..n} (k^3 + 1) ).

%F Logarithmic derivative of A262011.

%e L.g.f.: L(x) = 2*x + 14*x^2/2 + 206*x^3/3 + 4754*x^4/4 + 156722*x^5/5 + 7002926*x^6/6 +...

%e where

%e exp(L(x)) = 1 + 2*x + 9*x^2 + 84*x^3 + 1365*x^4 + 34398*x^5 + 1244061*x^6 +...+ A262011(n)*x^n +...

%o (PARI) {a(n) = n*polcoeff( log(sum(m=0,n+1,x^m/m!*prod(k=1,m,k^4+1)) +x*O(x^n)), n)}

%o for(n=1,30,print1(a(n),", "))

%Y Cf. A262011.

%K nonn

%O 1,1

%A _Paul D. Hanna_, Sep 08 2015

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 September 4 20:04 EDT 2024. Contains 375685 sequences. (Running on oeis4.)