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!)
A127129 Column 2 of triangle A127126. 10
1, 3, 18, 139, 1314, 14658, 188012, 2721462, 43837014, 777266691, 15037898091, 315177210360, 7112634073455, 171930274269408, 4431595775955999, 121321383915646543, 3515347574087951331, 107474295428549047272 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
COMMENTS
Self-convolution cube of A127132.
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, 2], {n, 2, 20}] (* G. C. Greubel, Jan 28 2020 *)
CROSSREFS
Cf. A127126; A127132; other columns: A127127, A127128, A127130.
Sequence in context: A039618 A183363 A216492 * A186266 A260506 A193237
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 April 18 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)