OFFSET
0,3
COMMENTS
11th binomial transform of 2^n*LegendreP(n,-5) Binomial transform of 1/sqrt(1-96x^2).
LINKS
T. D. Noe, Table of n, a(n) for n = 0..100
Tony D. Noe, On the Divisibility of Generalized Central Trinomial Coefficients, Journal of Integer Sequences, Vol. 9 (2006), Article 06.2.7.
FORMULA
a(n) = sum{k=0..floor(n/2), binomial(n-k, k)binomial(n, k)24^k}.
D-finite with recurrence: a(n+2) = ( (2*n+3)*a(n+1) + 95*(n+1)*a(n) )/(n+2); a(0)=a(1)=1. - Sergei N. Gladkovskii, Aug 01 2012
a(n) ~ sqrt(72+3*sqrt(6))*(1+4*sqrt(6))^n/(12*sqrt(Pi*n)). - Vaclav Kotesovec, Oct 15 2012
MATHEMATICA
CoefficientList[Series[1/Sqrt[1-2x-95x^2], {x, 0, 30}], x] (* Harvey P. Dale, Jan 18 2012 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Sep 07 2004
STATUS
approved