OFFSET
0,3
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..50
G. Kuperberg, Symmetry classes of alternating-sign matrices under one roof, arXiv:math/0008184 [math.CO], 2000-2001 [Th. 5].
FORMULA
a(n) = 3^(n*(n-1)/2)*A005130(n).
a(n+1) is the Hankel transform of A097188. Odd terms occur in a(n+1) at positions given by 2*A000975(n). - Paul Barry, Feb 09 2007
MATHEMATICA
f[n_] := Product[(3 k + 1)!/(n + k)!, {k, 0, n - 1}]; Table[3^(n*(n - 1)/2)*f[n], {n, 0, 20}] (* G. C. Greubel, Sep 10 2017 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Feb 04 2001
STATUS
approved