A141040 Number of graphs with 2n vertices that have an odd determinant for their adjacency matrix.
1, 4, 47, 4043, 4553432
Offset: 1
Extensions
a(4)-a(5) from Andrew Howroyd, Nov 04 2017
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.
k = {}; For[i = 1, i < 8, i++, lg = ListGraphs[i] ; len = Length[lg]; k = Append[k, Length[Select[Range[len], Det[ToAdjacencyMatrix[lg[[ # ]]]] != 0 && Mod[Det[ToAdjacencyMatrix[lg[[ # ]]]], 2] == 0 &]]]]; k