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

A127130
Column 3 of triangle A127126.
10
1, 4, 30, 284, 3217, 42100, 621936, 10206956, 183946656, 3608229588, 76499111202, 1742909621024, 42465280193704, 1101811478508828, 30331386700718440, 883010853509597608, 27105284242369828508, 874996700615422755068
OFFSET
3,2
COMMENTS
Self-convolution 4th power of A127133.
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]]; Table[T[n, 3], {n, 3, 20}] (* G. C. Greubel, Jan 28 2020 *)
CROSSREFS
Cf. A127126; A127133; other columns: A127127, A127128, A127129.
Sequence in context: A274665 A212073 A172392 * A052631 A368893 A301334
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 05 2007
STATUS
approved