login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133206 Number of unlabeled graphs with n nodes and a degenerate adjacency matrix. 1
1, 1, 3, 7, 25, 99, 690, 6551, 133174, 4138641, 290045659 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(n) = A000088(n) - A109717(n)
LINKS
Ali Sltan Ali AL-Tarimshawy, J. Siemons, Singular Graphs with Dihedral Group Action, arXiv:2006.12875 [math.CO], 2020.
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
CROSSREFS
Sequence in context: A120540 A176829 A352385 * A054092 A096648 A156100
KEYWORD
more,nonn
AUTHOR
Tanya Khovanova, Aug 27 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 10:44 EDT 2024. Contains 371268 sequences. (Running on oeis4.)