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.

A133206 Number of unlabeled graphs with n nodes and a degenerate adjacency matrix.

Original entry on oeis.org

1, 1, 3, 7, 25, 99, 690, 6551, 133174, 4138641, 290045659
Offset: 1

Views

Author

Tanya Khovanova, Aug 27 2008

Keywords

Comments

a(n) = A000088(n) - A109717(n)

Crossrefs

Programs

  • Mathematica
    k = {}; For[i = 1, i < 8, i++, lg = ListGraphs[i] ; len = Length[lg]; k = Append[k, Length[Select[Range[len], Det[ToAdjacencyMatrix[lg[[ # ]]]] == 0 &]]]]; k