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.

A003400 Number of asymmetric (not necessarily connected) graphs with n nodes.

Original entry on oeis.org

1, 0, 0, 0, 0, 8, 152, 3696, 135004, 7971848, 805364776, 144123121972
Offset: 1

Views

Author

Keywords

Comments

Number of simple graphs g on n nodes with |Aut(g)| = 1.

References

  • F. Harary and E. M. Palmer, Graphical Enumeration, Academic Press, NY, 1973, p. 220, Section P3.4.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A124059 (connected simple asymmetric graphs).
Cf. A275867 (disconnected simple asymmetric graphs).
Cf. A000088 (simple graphs).

Programs

  • nauty
    for n in {1..10}; do geng -q ${n} | countg -q -a1 | grep altogether | awk '{print $1}'; done # - Sean A. Irvine, Apr 22 2015

Formula

a(n) = A124059(n) + A275867(n).

Extensions

a(8) and a(9) from Eric W. Weisstein, Jun 09 2004
a(10) and a(11) from Zoran Maksimovic, Vladeta Jovovic, Jan 21 2005
a(12) from Sean A. Irvine, Apr 22 2015