login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A083670 Number of different antisymmetric relations on n unlabeled points. 3
1, 2, 7, 44, 558, 16926, 1319358, 269695440, 146202099255, 212360894456310, 834625722216941739, 8954592469138636320960, 264305834899495393164591240, 21607243912704793462806305720502, 4921054357098031770205099867497197328 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

G. Pfeiffer, Counting Transitive Relations, Journal of Integer Sequences, Vol. 7 (2004), Article 04.3.2.

PROG

(GAP) f := function(n) local s, m, c, t, x, a, j; s := 0; m := [1..n]; c := Combinations(m, 2); t := Tuples(m, 2); for x in ConjugacyClasses(SymmetricGroup(n)) do a := Representative(x); j := Length(Cycles(a, m)); s := s+Size(x)*2^j*3^(Length(Cycles(a, t, OnPairs))-Length(Cycles(a, c, OnSets))-j); od; return s/Factorial(n); end;

CROSSREFS

Cf. A083667 (labeled antisymmetric relations).

Sequence in context: A153522 A107354 A006118 * A108240 A064606 A066612

Adjacent sequences:  A083667 A083668 A083669 * A083671 A083672 A083673

KEYWORD

easy,nonn

AUTHOR

Goetz Pfeiffer (Goetz.Pfeiffer(AT)nuigalway.ie), May 02 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 11:43 EST 2012. Contains 205907 sequences.