login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


a(n) = A107668(n)/(n+1)^2.
3

%I #3 Mar 30 2012 18:36:46

%S 1,1,5,51,809,17575,486460,16384260,650574249,29762953831,

%T 1541719486081,89201504309927,5702038255950404,399105271607867940,

%U 30359621863987241460,2494052823831234355340,220067051126228849480649

%N a(n) = A107668(n)/(n+1)^2.

%o (PARI) {a(n)=local(A);if(n==0,n+1,A=(n+1)*x+x*O(x^n); for(k=0,n,A+=polcoeff(A,k)*x^k*(n+1-prod(i=0,k,1+(i-n-1)*x))); polcoeff(A,n)/(n+1)^2)}

%Y Cf. A107667, A107668, A107670.

%K nonn

%O 0,3

%A _Paul D. Hanna_, Jun 07 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 19 21:40 EDT 2024. Contains 376014 sequences. (Running on oeis4.)