cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-6 of 6 results.

A086900 Number of real n X n symmetric (0,1) matrices with positive determinant.

Original entry on oeis.org

1, 1, 5, 338, 14186, 526876, 52658844, 28076946520, 18518751047608, 13637385623943256
Offset: 1

Views

Author

Wouter Meeussen, Aug 23 2003

Keywords

Examples

			For n = 2 the only example is the identity matrix.
		

Crossrefs

Programs

  • Mathematica
    triamat[li_List] := Block[{len=Sqrt[8Length[li]+1]/2-1/2}, If[IntegerQ[len], Part[li, # ]& /@ Table[If[j>i, j(j-1)/2+i, i(i-1)/2+j], {i, len}, {j, len}], li]]; 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

a(n) = A086899(n) - A118996(n) = 2^(n*(n+1)/2) - A086906(n) - A118996(n). - Max Alekseyev, Jun 12 2025

Extensions

a(6)-a(7) from Giovanni Resta, May 08 2006
a(8)-a(10) from Max Alekseyev, Jun 17 2025

A118995 Number of real n X n symmetric (+1,-1) matrices with positive permanent.

Original entry on oeis.org

1, 4, 32, 592, 11904, 1192384, 134217728, 41896879104, 16885168208896
Offset: 1

Views

Author

Giovanni Resta, May 08 2006

Keywords

Crossrefs

Formula

a(n) = A118993(n) - A118999(n). For odd n, a(n) = A118999(n) = A118993(n)/2. - Max Alekseyev, Jun 18 2025

Extensions

a(8)-a(9) from Max Alekseyev, Jun 18 2025

A118999 Number of real n X n symmetric (+1,-1) matrices with negative permanent.

Original entry on oeis.org

1, 0, 32, 240, 11904, 533568, 134217728, 22741568512, 16885168208896
Offset: 1

Views

Author

Giovanni Resta, May 08 2006

Keywords

Crossrefs

Formula

a(n) = A118993(n) - A118995(n). For odd n, a(n) = A118995(n) = A118993(n)/2. - Max Alekseyev, Jun 18 2025

Extensions

a(1) corrected and a(8)-a(9) added by Max Alekseyev, Jun 18 2025

A118992 Number of real n X n invertible symmetric (+1,-1) matrices.

Original entry on oeis.org

2, 4, 32, 512, 16896, 1190144, 163899904, 46195853312, 25585116626944, 28281621931343872
Offset: 1

Views

Author

Giovanni Resta, May 08 2006

Keywords

Crossrefs

Formula

a(n) = 2^(n*(n+1)/2) - A118990(n) = A118994(n) + A118997(n). - Max Alekseyev, Jun 12 2025

Extensions

a(8)-a(10) from Max Alekseyev, Jun 17 2025

A118997 Number of real n X n symmetric (+1,-1) matrices with negative determinant.

Original entry on oeis.org

1, 4, 16, 80, 8448, 907904, 81949952, 13480664064, 12792558313472, 18963201072750592
Offset: 1

Views

Author

Giovanni Resta, May 08 2006

Keywords

Crossrefs

Formula

a(2n+1) = A118994(2n+1) = A118992(2n+1)/2. - Max Alekseyev, May 08 2009
a(n) = A118992(n) - A118994(n). - Max Alekseyev, Jun 12 2025

Extensions

a(8)-a(10) from Max Alekseyev, Jun 17 2025

A118990 Number of symmetric singular n X n (+1,-1) matrices over the reals.

Original entry on oeis.org

0, 4, 32, 512, 15872, 907008, 104535552, 22523623424, 9599255461888, 7747175087620096
Offset: 1

Views

Author

Giovanni Resta, May 08 2006

Keywords

Crossrefs

Formula

a(n) = 2^(n*(n+1)/2) - A118994(n) - A118997(n) = 2^(n*(n+1)/2) - A118992(n). - Max Alekseyev, May 08 2009

Extensions

a(8)-a(10) from Max Alekseyev, Jun 17 2025
Showing 1-6 of 6 results.