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”).

A145164
G.f. A(x) satisfies A(x/A(x)) = 1/(1-x)^4.
2
1, 4, 26, 268, 3851, 69308, 1459552, 34513468, 893162569, 24873809192, 736914860764, 23034718900652, 755096654861093, 25838920473462512, 919688365896843632, 33951797935609852260, 1296987353334993492885
OFFSET
0,2
FORMULA
Self-convolution 4th power of A145162.
Self-convolution square of A145163.
PROG
(PARI) {a(n)=local(A=1+x+x*O(x^n), B); for(n=0, n, B=serreverse(x/A); A=1/(1-B)^4); polcoeff(A, n)}
CROSSREFS
Sequence in context: A002465 A248668 A079473 * A113078 A177451 A304864
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Oct 03 2008
STATUS
approved