login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A115150
Third diagonal (M=3) sequence of triangle A113647, called Y(2,1).
3
1, 15, 113, 783, 5361, 36879, 255985, 1794063, 12689393, 90505231, 650379249, 4705157135, 34244198385, 250572963855, 1842382110705, 13605619630095, 100872203796465, 750556607938575, 5602962592235505, 41952165966643215
OFFSET
0,2
LINKS
FORMULA
a(n)= A113647(n+2, n+1), n>=0.
G.f.: ((4*x-2+x^2) + 2*(1-4*x)*c(2*x))/((x^2)*(1+x)), with the o.g.f. c(x):=(1-sqrt(1-4*x))/(2*x) of A000108 (Catalan numbers).
Recurrence: (n-1)*(n+3)*a(n) = (7*n^2 + 2*n + 3)*a(n-1) + 4*n*(2*n+1)*a(n-2). - Vaclav Kotesovec, Oct 19 2012
a(n) ~ 2^(3*n+9)/(9*sqrt(Pi)*n^(3/2)). - Vaclav Kotesovec, Oct 19 2012
MATHEMATICA
CoefficientList[Series[((4*x-2+x^2)+2*(1-4*x)*(1-Sqrt[1-8*x])/(4*x))/((x^2)*(1+x)), {x, 0, 20}], x] (* Vaclav Kotesovec, Oct 19 2012 *)
CROSSREFS
a(n)=A115138(n+2), n>=0.
Sequence in context: A110822 A222410 A001849 * A115138 A233326 A092317
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Jan 13 2006
STATUS
approved