OFFSET
0,4
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
R. P. Stanley, A baker's dozen of conjectures concerning plane partitions, pp. 285-293 of "Combinatoire Enumerative (Montreal 1985)", Lect. Notes Math. 1234, 1986.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..80
Paul Barry, Jacobsthal Decompositions of Pascal's Triangle, Ternary Trees, and Alternating Sign Matrices, Journal of Integer Sequences, 19, 2016, #16.3.5.
I. Gessel and G. Xin, The generating function of ternary trees and continued fractions, arXiv:math/0505217 [math.CO], 2005.
Soichi Okada, Enumeration of symmetry classes of alternating sign matrices and characters of classical groups, Journal of Algebraic Combinatorics volume 23, pages 43-69 (2006).
P. Pyatov, Raise and Peel Models of fluctuating interfaces and combinatorics of Pascal's hexagon, arXiv:math-ph/0406025, 2004. [Vladeta Jovovic, Aug 15 2008]
D. P. Robbins, Symmetry classes of alternating sign matrices, arXiv:math/0008045 [math.CO], 2000.
R. P. Stanley, A baker's dozen of conjectures concerning plane partitions, pp. 285-293 of "Combinatoire Enumerative (Montreal 1985)", Lect. Notes Math. 1234, 1986. Preprint. [Annotated scanned copy]
FORMULA
Robbins gives a simple (conjectured) formula, which was proven by Okada.
PROG
b(n) = prod(k=0, n-1, (3*k+2)*(6*k+3)!*(2*k+1)!/((4*k+2)!*(4*k+3)!));
c(n) = prod(k=0, n-1, (3*k+1)*(6*k)!*(2*k)!/((4*k)!*(4*k+1)!));
a(n) = b(n\2) * c((n+1)\2) \\ Andrew Howroyd, May 09 2023
CROSSREFS
KEYWORD
nonn,nice
AUTHOR
EXTENSIONS
More terms (from the P. Pyatov paper) from Vladeta Jovovic, Aug 15 2008
Terms a(13) and beyond from Andrew Howroyd, May 09 2023
STATUS
approved