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!)
A127091 Derived from central terms (A127090) of triangle A127082; a(n) = A127090(n)/(n+1). 9
1, 1, 5, 48, 727, 15455, 428338, 14732200, 607324669, 29250572599, 1614093015100, 100494752982578, 6973042276811149, 533791252851029495, 44701948131110427743, 4066190846579443681053, 399302066160095572863595 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A127082(2*n,n)/(n+1).
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[2*n, n]/(n+1), {n, 0, 15}] (* G. C. Greubel, Jan 30 2020 *)
CROSSREFS
Sequence in context: A126224 A360235 A108207 * A370758 A352254 A346183
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 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)