OFFSET
0,2
REFERENCES
Found by 7 students: Dufour, Hermon, Lesueur, Moynot, Schabanel, Sers and Wolf.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
FORMULA
c(n, n) where c(i, 0)=c(0, j)=1 and c(i+1, j+1)=1+c(i+1, j)+c(i, j+1)+c(i, j) (c(i, j) is A047671).
G.f.: (3/sqrt(1-6*x+x^2)-1/(1-x))/2.
Recurrence: n*(2*n-3)*a(n) = (2*n-1)*(7*n-10)*a(n-1) - (2*n-3)*(7*n-4)*a(n-2) + (n-2)*(2*n-1)*a(n-3). - Vaclav Kotesovec, Oct 08 2012
a(n) ~ 3*sqrt(8+6*sqrt(2))*(3+2*sqrt(2))^n/(8*sqrt(Pi*n)). - Vaclav Kotesovec, Oct 08 2012
MATHEMATICA
Table[SeriesCoefficient[(3/Sqrt[1-6*x+x^2]-1/(1-x))/2, {x, 0, n}], {n, 0, 20}] (* Vaclav Kotesovec, Oct 08 2012 *)
PROG
(PARI) x='x+O('x^66); Vec((3/sqrt(1-6*x+x^2)-1/(1-x))/2) \\ Joerg Arndt, May 04 2013
CROSSREFS
KEYWORD
nonn,easy,nice
AUTHOR
Bruno Petazzoni (Bruno.Petazzoni(AT)ac-idf.jussieu.fr)
STATUS
approved