The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A127087 Convolution square-root of column 1 (A127084) of triangle A127082. 9
1, 1, 3, 11, 48, 244, 1420, 9318, 68019, 545984, 4772890, 45079020, 456958589, 4943710161, 56809133108, 690510011727, 8845800877774, 119052630071419, 1678622651280617, 24733730857289108, 379989034049167269 (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]]; CoefficientList[Series[ (Sum[T[n, 1]*x^n, {n, 0, 25}]/x)^(1/2), {x, 0, 20}], x] (* G. C. Greubel, Jan 30 2020 *)
CROSSREFS
Sequence in context: A186185 A367874 A317170 * A113060 A372623 A186374
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 June 3 10:20 EDT 2024. Contains 373057 sequences. (Running on oeis4.)