[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A171205
G.f. satisfies: A(x) = (1 + x*A(2x))^5.
3
1, 5, 60, 1410, 62505, 5284401, 868838010, 281703950040, 181448450339760, 232989133846286240, 597389845561440183360, 3061032714235774931187200, 31357237236616342838622807040, 642321739861948533960660029617920
OFFSET
0,2
FORMULA
Self-convolution 5th power of A171204 where a(n) = A171204(n+1)/2^n for n>=0.
PROG
(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(i=0, n, A=(1+x*subst(A, x, 2*x))^5); polcoeff(A, n)}
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 05 2009
STATUS
approved