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!)
A103869 Number of unlabeled graphs with n nodes whose adjacency matrix has nonzero even determinant. 1
0, 0, 1, 0, 9, 10, 354, 1752, 141494, 3313095, 728952205 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
a(n) = A140981(n) - A133206(n).
For odd n, a(n) = A109717(n). For even n, a(n) = A109717(n) - A141040(n/2). - Max Alekseyev, Feb 20 2024
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 && Mod[Det[ToAdjacencyMatrix[lg[[ # ]]]], 2] == 0 &]]]]; k
CROSSREFS
Sequence in context: A221201 A119159 A041415 * A041753 A042191 A042729
KEYWORD
more,nonn
AUTHOR
Tanya Khovanova, Aug 29 2008
EXTENSIONS
a(8)-a(10) from Andrew Howroyd, Nov 04 2017
a(11) from A109717 added by Max Alekseyev, Feb 20 2024
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 April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)