OFFSET
0,1
COMMENTS
For trisection of a sequence see a comment and a reference under A187357.
FORMULA
a(n) = binomial(2*(3*n+2)+1,(3*n+2)+1)/2 = binomial(6*n+5,3*(n+1))/2 , n >= 0.
O.g.f.: (cb(x^(1/3)) - 3 + sqrt(2)*P(x^(1/3))*sqrt(1/P(x^(1/3)) + 1 + 2*x^(1/3)))/(12*x), with cb(x) = 1/sqrt(1-4*x) (o.g.f. of A000984) and P(x) = P(-1/2,4*x) = 1/sqrt(1+4*x+16*x^2) (o.g.f. of A116091, with P(x,z) the o.g.f. of the Legendre polynomials).
a(n) ~ 4(3*n+2) / sqrt(3*Pi*n). - Amiram Eldar, Oct 16 2025
MATHEMATICA
a[n_] := Binomial[6*n+5, 3*(n+1)]/2; Array[a, 20, 0] (* Amiram Eldar, Oct 16 2025 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Mar 10 2011
STATUS
approved
