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

A145167
G.f. A(x) satisfies A(x/A(x)^6) = 1/(1-x).
7
1, 1, 7, 106, 2349, 65078, 2093770, 75175383, 2941004409, 123442051582, 5500018250128, 258162075155942, 12693904947530988, 651028563908092621, 34708995997762871047, 1918449419812267920842, 109690826250327197055475
OFFSET
0,3
FORMULA
G.f. satisfies: 1 - 1/A(x) = x*A( 1 - 1/A(x) )^6.
Self-convolution square yields A145168.
Self-convolution cube yields A145169.
Self-convolution 6th power yields A145170.
PROG
(PARI) {a(n)=local(A=1+x+x*O(x^n), B); for(n=0, n, B=serreverse(x/A^6); A=1/(1-B)); polcoeff(A, n)}
CROSSREFS
Sequence in context: A002486 A360370 A203971 * A367166 A141358 A141362
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Oct 03 2008
STATUS
approved