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.

A283421 Number of connected untraceable graphs on n vertices.

Original entry on oeis.org

0, 0, 0, 1, 3, 21, 119, 1087, 12653, 233999, 6469055
Offset: 1

Views

Author

Eric W. Weisstein, May 14 2017

Keywords

Crossrefs

Cf. A000088 (number of simple graphs on n vertices).
Cf. A001349 (number of simple connected graphs on n vertices).
Cf. A057864 (number of traceable simple graphs on n vertices).
Cf. A283420 (number of simple untraceable not necessarily connected graphs on n vertices).

Formula

a(n) = A001349(n) - A057864(n).