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!)
A136589 a(n) = Sum_{k=0..n} A136595(n,k)*(n+1)^k. 2

%I #2 Mar 30 2012 18:37:09

%S 1,2,6,44,345,4182,53571,905144,16154550,349976610,8015743483,

%T 211987872516,5925745900685,185188128471374,6108604964499810,

%U 220403394009702384,8375181440031684305,342816825221831030490

%N a(n) = Sum_{k=0..n} A136595(n,k)*(n+1)^k.

%o (PARI) {a(n)=sum(k=0,n,if(k==0,0^n,(n+1)^k*n!/(k-1)!* sum(i=0,n-1,(-1)^i*polcoeff(((exp(x+x*O(x^n))-1)^(k+i)),n)*binomial(2*i+k,i)/(2*i+k))))}

%Y Cf. A136595; A048287, A136596, A136597; A136588.

%K nonn

%O 0,2

%A _Paul D. Hanna_, Jan 10 2008

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 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)