login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114601 Number of n X n symmetric positive definite matrices with 2's on the main diagonal and -1, 0, or 1 elsewhere. 2
1, 3, 23, 393, 13089, 737595, 58969079 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

This gives the number of different values of A + A' where A runs throgh the matrices counted in A086215.

PROG

(PARI) { a(n) = M=matrix(n, n, i, j, 2*(i==j)); r=0; m=n; b(1); r } { b(k) = if(k>m, r++; return); forvec(x=vector(k-1, i, [-1, 1]), for(i=1, k-1, M[k, i]=M[i, k]=x[i]); if( matdet(vecextract(M, 2^k-1, 2^k-1), 1)>0, b(k+1) ) ) }

CROSSREFS

Cf. A086215, A085657.

Sequence in context: A092664 A073588 A068338 * A178315 A118195 A055326

Adjacent sequences:  A114598 A114599 A114600 * A114602 A114603 A114604

KEYWORD

hard,nonn,more

AUTHOR

Max Alekseyev (maxale(AT)gmail.com), Dec 13 2005, Nov 09 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 16 02:51 EST 2012. Contains 205860 sequences.