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!)
A127084 Column 1 of triangle A127082. 10
1, 2, 7, 28, 127, 650, 3737, 23996, 170866, 1338578, 11446714, 106063630, 1057817614, 11288886056, 128243813228, 1543828592478, 19616461337281, 262178561430244, 3674568043513202, 53861542554953612, 823710227331537712 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Convolution square of A127087.
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, 1], {n, 1, 25}] (* G. C. Greubel, Jan 30 2020 *)
CROSSREFS
Cf. A127082.
Sequence in context: A112565 A227845 A118926 * A362555 A252737 A217203
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 23 14:29 EDT 2024. Contains 371914 sequences. (Running on oeis4.)