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

G. C. Greubel, Table of n, a(n) for n = 3..80

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 A301334 A167139

Adjacent sequences: A127127 A127128 A127129 * A127131 A127132 A127133

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 25 13:31 EDT 2023. Contains 361524 sequences. (Running on oeis4.)