OFFSET
0,13
FORMULA
Triangle (-1)^C(k+1,2)*H(n,k) where the k-th column of H(n,k) is the Hankel transform of the k-th column of the array [k<=n]*C(n-k,floor((n-k)/2).
EXAMPLE
Triangle begins
1,
1, 1,
1, 0, 1,
1, -1, 1, 1,
1, 0, 2, 0, 1,
1, 1, 2, -4, 2, 1,
1, 0, 3, 0, 10, 0, 1,
1, -1, 3, 9, 15, -25, 5, 1,
1, 0, 4, 0, 42, 0, 70, 0, 1,
1, 1, 4, -16, 56, 196, 196, -196, 14, 1,
1, 0, 5, 0, 120, 0, 1176, 0, 588, 0, 1
CROSSREFS
KEYWORD
AUTHOR
Paul Barry, Sep 10 2008
STATUS
approved