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

A127132
Self-convolution cube-root of column 2 (A127129) of triangle A127126.
7
1, 1, 5, 36, 336, 3793, 49691, 736301, 12130141, 219488417, 4322334090, 91974793971, 2102457339356, 51377007363853, 1336508757460743, 36876168645675673, 1075680625224925835, 33076997985647151025
OFFSET
0,3
LINKS
MATHEMATICA
T[n_, k_]:= T[n, k]= If[k==n, 1, Coefficient[(1 +x*Sum[x^(r-k-1)*Sum[T[r, c], {c, k+1, r}], {r, k+1, n}] +x^(n+1))^(k+1), x, n-k]]; CoefficientList[Series[ (Sum[T[n, 2]*x^n, {n, 0, 22}]/x^2)^(1/3), {x, 0, 20}], x] (* G. C. Greubel, Jan 28 2020 *)
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 05 2007
STATUS
approved