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!)
A373724 Number of totally positive 3 X 3 matrices having all terms in {1,...,n}. 1
1, 61, 797, 6490, 32744, 146441, 492277 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A matrix is totally positive if all its minors are nonnegative.
LINKS
MATHEMATICA
ispositive2[M_]:=ispositive1[M]=Union@Table[Select[Union@Flatten@Minors[M, r], (#<= 0)&]=={}, {r, 1, Length[M]}]=={True};
W[n_]:=W[n]=Flatten[Table[{{a11, a12, a13}, {a21, a22, a23}, {a31, a32, a33}}, {a11, 1, n}, {a12, 1, n}, {a13, 1, n}, {a21, 1, n}, {a22, 1, n}, {a23, 1, n}, {a31, 1, n}, {a32, 1, n}, {a33, 1, n}], 8];
Table[Length@Select[W[n], ispositive2[#]&], {n, 1, 6}]
CROSSREFS
Sequence in context: A372963 A251426 A232858 * A093473 A000506 A008358
KEYWORD
nonn,more
AUTHOR
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 August 7 14:11 EDT 2024. Contains 375013 sequences. (Running on oeis4.)