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!)
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; text; internal format)
OFFSET
1,2
COMMENTS
This gives the number of different values of A + A' where A runs through the matrices counted in A086215.
LINKS
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
Sequence in context: A255881 A243195 A233218 * A178315 A210910 A280654
KEYWORD
hard,nonn,more
AUTHOR
Max Alekseyev, Dec 13 2005, Nov 09 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 19 03:14 EDT 2024. Contains 371782 sequences. (Running on oeis4.)