OFFSET
0,5
COMMENTS
Row n is divisible by n (rotation symmetry).
Row sums: A108417.
EXAMPLE
T(6,2)=6, counting {1,3}, {1,5}, {2,4}, {2,6}, {3,5}, {4,6}.
Table starts:
0,
0, 1,
0, 2, 0,
0, 3, 3, 0,
0, 4, 0, 4, 0,
0, 5, 0, 0, 5, 0,
0, 6, 6,12, 6, 6, 0,
0, 7, 0, 0, 0, 0, 7, 0,
0, 8, 0,24, 0,24, 0, 8, 0,
0, 9, 9, 0,18,18, 0, 9, 9, 0
MATHEMATICA
<<DiscreteMath`Combinatorica`; Table[Count[KSubsets[Range[n], k], q_List/; Chop[ -1+Abs[Plus @@ (E^((2.*Pi*I*q)/n))]] === 0], {n, 16}, {k, 0, n}]
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Wouter Meeussen, Jun 02 2005
STATUS
approved