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!)
A127083 Column 0 and row sums of triangle A127082. 10
1, 1, 2, 5, 16, 64, 308, 1728, 11046, 79065, 625049, 5397939, 50476959, 507435548, 5451145709, 62260278817, 752770290544, 9598571168318, 128651201239737, 1807273852520354, 26541004709809462, 406530038758976731 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
T[n_, k_]:= T[n, k]= If[k==n, 1, Coefficient[(1 + x*Sum[x^(r-k)*Sum[T[r, c], {c, k, r}], {r, k, n-1}] + x^(n+1))^(k+1), x, n-k]]; Table[T[n, 0], {n, 0, 25}] (* G. C. Greubel, Jan 30 2020 *)
CROSSREFS
Cf. A127082;
Sequence in context: A295131 A178119 A185998 * A131178 A003149 A027046
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 04 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 25 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)