login
This site is supported by donations 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; internal format)
OFFSET

1,2

LINKS

Index entries for sequences related to binary matrices

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

Cf. A086900, A086906, A118991.

Sequence in context: A036442 A127945 A186339 * A013041 A006024 A118995

Adjacent sequences:  A086896 A086897 A086898 * A086900 A086901 A086902

KEYWORD

nonn,more

AUTHOR

Wouter Meeussen (wouter.meeussen(AT)pandora.be) Aug 23, 2003.

EXTENSIONS

a(6) and a(7) from Giovanni Resta (g.resta(AT)iit.cnr.it), May 08 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 07:41 EST 2012. Contains 205998 sequences.