login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A047832
Number of self-complementary binary relations on a 2n-element set.
7
2, 36, 5600, 11220000, 293293716992, 102484848265030656, 491247277315343649710080, 32966971058719932671168222859264, 31464896751148469761776612436741418123264, 432450241375084625203842385525712986695638650716160
OFFSET
1,1
LINKS
D. Wille, Enumeration of self-complementary structures, J. Comb. Theory B 25 (1978) 143-150.
FORMULA
a(n) = A000171(4*n+1).
MATHEMATICA
Needs["Combinatorica`"]; Table[ Print[an = GraphPolynomial[4*n + 1, x] /. x -> -1]; an, {n, 1, 9}] (* Jean-François Alcover, Aug 12 2013 *)
CROSSREFS
Cf. A000171.
Sequence in context: A319507 A001070 A095229 * A004003 A369676 A060739
KEYWORD
nonn,nice
EXTENSIONS
Terms a(10) and beyond from Andrew Howroyd, Sep 17 2018
STATUS
approved