OFFSET
0,2
LINKS
Paul Barry, Jacobsthal Decompositions of Pascal's Triangle, Ternary Trees, and Alternating Sign Matrices, Journal of Integer Sequences, 19, 2016, #16.3.5.
G. Kuperberg, Symmetry classes of alternating-sign matrices under one roof, arXiv:math/0008184 [math.CO], 2000-2001. [Th. 5, but the formula is wrong]
MAPLE
A059489 := proc(n) local i, j, t1; t1 := (-3)^(n^2)*2^(2*n); for i to 2*n + 1 do for j to 2*n + 1 do if j mod 2 = 0 then t1 := t1*(3*j - 3*i + 2)/(j - i +2*n +1) end if end do end do; t1 end proc;
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Feb 04 2001
STATUS
approved