A036692 T(2n,n) with T as in A036355.
1, 2, 14, 84, 556, 3736, 25612, 177688, 1244398, 8777612, 62271384, 443847648, 3175924636, 22799963576, 164142004184, 1184574592592, 8567000931404, 62073936511496, 450518481039956, 3274628801768744, 23833760489660324
Offset: 0
Keywords
Links
- Reinhard Zumkeller, Table of n, a(n) for n = 0..1000
- Moa Apagodu and Doron Zeilberger, FIVE Applications of Wilf-Zeilberger Theory to Enumeration and Probability; Local copy [Pdf file only, no active links]
Programs
-
Haskell
a036692 n = a036355 (2 * n) n -- Reinhard Zumkeller, Apr 24 2013
-
Mathematica
CoefficientList[Series[((3-4*x+2*(4*x^2-8*x+1)^(1/2))/((8*x+5)*(4*x^2-8*x+1)))^(1/2), {x, 0, 20}], x] (* Vaclav Kotesovec, Oct 24 2012 *)
-
PARI
/* same as in A092566 but use */ steps=[[1,0], [2,0], [0,1], [0,2]]; /* Joerg Arndt, Jun 30 2011 */
Formula
G.f.: ((3-4*x+2*(4*x^2-8*x+1)^(1/2))/((8*x+5)*(4*x^2-8*x+1)))^(1/2). - Mark van Hoeij, Oct 30 2011
Extensions
Extended by Christian G. Bower, Nov 18 2003
Comments