Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A064231
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A064231 Triangle read by rows: T(n,k) = number of rational (+1,-1) matrices of rank k (n >= 1, 1 <= k <= n). +0
3
2, 8, 8, 32, 288, 192, 128, 6272, 36864, 22272, 512, 115200, 3456000, 18432000, 11550720, 2048, 1968128, 243302400, 6471168000, 36373708800, 25629327360, 8192, 32514048, 14809546752, 1557061632000, 43378316083200, 281770208133120 (list; table; graph; listen)
OFFSET

0,1

COMMENT

Rows add to 2^(n^2).

Komlos and later Kahn, Komlos and Szemeredi show that almost all such matrices are invertible.

REFERENCES

J. Kahn, J. Komlos and E. Szemeredi: On the probability that a random +-1 matrix is singular, J. AMS 8 (1995), 223-240.

J. Komlos, On the determinants of random matrices, Studia Sci. Math. Hungar., 3 (1968), 387-399.

EXAMPLE

2; 8,8; 32,288,192; 128,6272,36864,22272; ...

PROGRAM

(PARI) T=matrix(4, 4); { for(n=1, 4, mm=matrix(n, n); for(k=1, n, T[n, k]=0); forvec(x=vector(n*n, i, [0, 1]), for(i=1, n, for(j=1, n, mm[i, j]=(-1)^x[i+n*(j-1)])); T[n, matrank(mm)]++); for(k=1, n, print1(T[n, k], if(k<n, ", ", "; "))); ) }

CROSSREFS

Cf. A064230, A000409, A000410, A046747.

Sequence in context: A093907 A116471 A146749 this_sequence A156052 A083523 A009181

Adjacent sequences: A064228 A064229 A064230 this_sequence A064232 A064233 A064234

KEYWORD

nonn,nice,tabl

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Sep 23 2001

EXTENSIONS

More terms and PARI code from Michael Somos, Sep 25, 2001

More terms from Vladeta Jovovic (vladeta(AT)eunet.rs), Apr 02 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 20 00:58 EST 2009. Contains 171054 sequences.


AT&T Labs Research