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.

A109717 Number of unlabeled graphs with n nodes and an invertible adjacency matrix.

Original entry on oeis.org

0, 1, 1, 4, 9, 57, 354, 5795, 141494, 7866527, 728952205
Offset: 1

Views

Author

Tanya Khovanova, Aug 17 2008

Keywords

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

Extensions

Terms a(8)-a(10) from Steve Butler, Jun 21 2013
Term a(11) from Steve Butler, Aug 21 2013