A086899 Number of real n X n invertible symmetric (0,1) matrices.
1, 4, 32, 528, 18596, 1280468, 180452552, 49970930912, 27618771417328, 30088644932329872
Offset: 1
Examples
For n = 2 the 4 matrices are 10/01, 01/10, 11/10, 01/11.
Programs
-
Mathematica
triamat[li_List] := (*see A086900*); Table[it=triamat/@IntegerDigits[Range[0, -1+2^(n(n+1)/2)], 2, n(n+1)/2]; Count[it, (q_)?MatrixQ/;(Det[q]=!=0)], {n, 5}]
Formula
Extensions
a(6) and a(7) from Giovanni Resta, May 08 2006
a(8)-a(10) from Max Alekseyev, Jun 17 2025