OFFSET
0,5
COMMENTS
Equivalently, T(n,k) = number of relations on n-set with strength k (n >= 0, 0<=k<=n^2).
REFERENCES
W. Oberschelp, Kombinatorische Anzahlbestimmungen in Relationen, Math. Ann., 174 (1967), 53-78.
LINKS
W. Oberschelp, Kombinatorische Anzahlbestimmungen in Relationen, Math. Ann., 174 (1967), 53-78.
EXAMPLE
Triangle begins:
[1],
[1, 1],
[1, 2, 4, 2, 1],
[1, 2, 8, 17, 24, 24, 17, 8, 2, 1],
[1, 2, 9, 32, 95, 203, 373, 515, 584, 515, 373, 203, 95, 32, 9, 2, 1] (the last batch giving the numbers of directed graphs with loops on 4 nodes and from 0 to 16 arcs).
MATHEMATICA
Needs["Combinatorica`"]; Join[{{1}, {1, 1}}, CoefficientList[Table[CycleIndex[Join[PairGroup[SymmetricGroup[n], Ordered], Permutations[Range[n^2-n+1, n^2]], 2], s]/.Table[s[i]->1+x^i, {i, 1, n^2-n}], {n, 2, 7}], x]]//Grid (* Geoffrey Critzer, Sep 29 2012 *)
CROSSREFS
KEYWORD
nonn,tabf,nice
AUTHOR
EXTENSIONS
More terms from Vladeta Jovovic, Feb 07 2000
Edited by N. J. A. Sloane Apr 16 2008 at the suggestion of Herman Jamke (hermanjamke(AT)fastmail.fm), Mar 24 2008
STATUS
approved