OFFSET
0,2
REFERENCES
H. M. Finucan, Some decompositions of generalized Catalan numbers, pp. 275-293 of Combinatorial Mathematics IX. Proc. Ninth Australian Conference (Brisbane, August 1981). Ed. E. J. Billington, S. Oates-Williams and A. P. Street. Lecture Notes Math., 952. Springer-Verlag, 1982.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Simon Plouffe, Approximations of generating functions and a few conjectures, Master's Thesis, UQAM 1992; arXiv:0911.4975 [math.NT], 2009.
FORMULA
4F3([3,7/2,15/4,13/4],[5,14/3,13/3],256*x/27) - Simon Plouffe, Master's thesis, UQAM 1992
G.f.: g^12 where g is the g.f. of A002293. - Sean A. Irvine, May 25 2017
MATHEMATICA
terms = 20; g[_] = 0; Do[g[x_] = 1 + x g[x]^4 + O[x]^terms, terms];
CoefficientList[g[x]^12, x] (* Jean-François Alcover, Oct 07 2018, after Sean A. Irvine *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, May 25 2017
STATUS
approved