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!)
A086899 Number of real n X n invertible symmetric (0,1) matrices. 5
1, 4, 32, 528, 18596, 1280468, 180452552 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
For n = 2 the 4 matrices are 10/01, 01/10, 11/10, 01/11.
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}]
CROSSREFS
Sequence in context: A127945 A036442 A186339 * A219149 A013041 A006024
KEYWORD
nonn,more
AUTHOR
Wouter Meeussen Aug 23, 2003.
EXTENSIONS
a(6) and a(7) from Giovanni Resta, May 08 2006
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)