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.

A001225 Number of consistent arcs in a tournament with n nodes.

Original entry on oeis.org

1, 2, 5, 7, 11, 14, 20, 24, 30, 35, 44, 50
Offset: 2

Views

Author

Keywords

References

  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A003141.

Formula

a(n) = binomial(n,2) - A003141(n).