cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A003141 Minimal number of arcs whose reversal yields a transitive tournament.

Original entry on oeis.org

0, 0, 0, 1, 1, 3, 4, 7, 8, 12, 15, 20, 22, 28
Offset: 0

Views

Author

Keywords

Comments

This is the "minimum feedback arc set" problem.
The minimal number of arcs you need to delete to make a directed graph acyclic (maxed over all n-vertex directed graphs) is the same as the minimal number of arcs you need to reverse to make a tournament acyclic (maxed over all n-player tournaments).

References

  • Sanchez-Flores, Neumann-Lara and Bermond, Graphs & Combin 10 (1994) 363-366 and 367-376.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Equals C(n, 2) - A001225.
a(n) = A182079(n) iff n <= 9, thereafter a(n) > A182079(n). [Bermond]

Formula

The asymptotics for large n are (n+1)*n/4 - C*n^(3/2) <= F(n) <= (n+1)*n/4 - K*n^(3/2) for all sufficiently large n and certain constants C, K > 0. - Warren D. Smith, Sep 14 2006

Extensions

More terms from Irène Charon and Olivier Hudry
Terms a(12) and a(13) from Christian Stricker, Jan 14 2017