This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A002055 M4639 N1982 #49 Jan 19 2021 11:48:00 %S A002055 1,9,56,300,1485,7007,32032,143208,629850,2735810,11767536,50220040, %T A002055 212952285,898198875,3771484800,15775723920,65770848990,273420862110, %U A002055 1133802618000,4691140763400,19371432850770,79850555673174 %N A002055 Number of diagonal dissections of a convex n-gon into n-4 regions. %C A002055 Number of standard tableaux of shape (n-4,n-4,1,1) (see Stanley reference). - _Emeric Deutsch_, May 20 2004 %C A002055 Number of increasing tableaux of shape (n-2,n-2) with largest entry 2n-6. An increasing tableau is a semistandard tableau with strictly increasing rows and columns, and set of entries an initial segment of the positive integers. - _Oliver Pechenik_, May 02 2014 %C A002055 a(n) = number of noncrossing partitions of 2n-6 into n-4 blocks, each of size at least 2. - _Oliver Pechenik_, May 02 2014 %D A002055 N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence). %D A002055 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A002055 T. D. Noe, <a href="/A002055/b002055.txt">Table of n, a(n) for n = 5..100</a> %H A002055 D. Beckwith, <a href="http://www.jstor.org/stable/2589081">Legendre polynomials and polygon dissections?</a>, Amer. Math. Monthly, 105 (1998), 256-257. %H A002055 A. Cayley, <a href="http://plms.oxfordjournals.org/content/s1-22/1/237.extract">On the partitions of a polygon</a>, Proc. London Math. Soc., 22 (1891), 237-262 = Collected Mathematical Papers. Vols. 1-13, Cambridge Univ. Press, London, 1889-1897, Vol. 13, pp. 93ff. %H A002055 P. Lisonek, <a href="http://dx.doi.org/10.1006/jsco.1995.1066">Closed forms for the number of polygon dissections</a>, Journal of Symbolic Computation 20 (1995), 595-601. %H A002055 O. Pechenik, <a href="http://arxiv.org/abs/1209.1355">Cyclic sieving of increasing tableaux and small Schröder paths</a>, arXiv:1209.1355 [math.CO], 2012-2014. %H A002055 O. Pechenik, <a href="http://dx.doi.org/10.1016/j.jcta.2014.04.002">Cyclic sieving of increasing tableaux and small Schröder paths</a>, J. Combin. Theory A, 125 (2014), 357-378. %H A002055 R. C. Read, <a href="/A001004/a001004.pdf">On general dissections of a polygon</a>, Preprint (1974) %H A002055 Ronald C. Read, <a href="http://dx.doi.org/10.1007/BF03031688">On general dissections of a polygon</a>, Aequat. math. 18 (1978) 370-388, Table 1. %H A002055 R. P. Stanley, <a href="http://dx.doi.org/10.1006/jcta.1996.0099">Polygon dissections and standard Young tableaux</a>, J. Comb. Theory, Ser. A, 76, 175-177, 1996. %F A002055 a(n) = binomial(n-3, 2)*binomial(2*n-6, n-5)/(n-4). %F A002055 With offset 0, this has a(n)=(n+2)*C(2n+4,n)/2 and e.g.f. dif(dif(x*dif(exp(2x)*Bessel_I(2,2x),x),x),x)/2. - _Paul Barry_, Aug 25 2007 %F A002055 G.f.: 16*x^5*(x+sqrt(1-4x))/((1-4x)^(3/2) *(1+sqrt(1-4x))^4 ). - _R. J. Mathar_, Nov 17 2011 %F A002055 D-finite with recurrence: (n-1)*a(n) +(23-11n)*a(n-1) +10*(4n-13)*a(n-2) +10*(23-5n)*a(n-3) +4*(2n-13)*a(n-4)=0. - _R. J. Mathar_, Nov 17 2011 %F A002055 a(n) ~ 4^n*sqrt(n)/(128*sqrt(Pi)). - _Ilya Gutkovskiy_, Apr 11 2017 %t A002055 Table[(Binomial[n-3,2]Binomial[2n-6,n-5])/(n-4),{n,5,30}] (* _Harvey P. Dale_, Nov 06 2011 *) %o A002055 (PARI) a(n) = (binomial(n - 3, 2) * binomial(2*n - 6, n - 5))/(n - 4); %o A002055 for(n=5, 30, print1(a(n),", ")) \\ _Indranil Ghosh_, Apr 11 2017 %Y A002055 a(n) = f(n,n+1) where f is given in A034261. %K A002055 nonn,nice,easy %O A002055 5,2 %A A002055 _N. J. A. Sloane_