login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 19 01:22 EDT 2024. Contains 370952 sequences. (Running on oeis4.)