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!)
A210367 Number of 2 X 2 matrices with all elements in {0,1,...,n} and determinant >= 2n. 2
1, 0, 5, 26, 83, 203, 456, 853, 1497, 2477, 3860, 5690, 8305, 11470, 15684, 20947, 27328, 35057, 44569, 55569, 68849 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
See A210000 for a guide to related sequences.
LINKS
EXAMPLE
a(2)=5 counts these matrices:
2 0...2 1...2 0...2 0...2 2
0 2...0 2...1 2...2 2...0 2
MATHEMATICA
a = 0; b = n; z1 = 20;
t[n_] := t[n] = Flatten[Table[w*z - x*y, {w, a, b}, {x, a, b}, {y, a, b}, {z, a, b}]]
c[n_, k_] := c[n, k] = Count[t[n], k]
c1[n_, m_] := c1[n, m] = Sum[c[n, k], {k, 0, m}]
Table[c1[n, n^2] - c1[n, 2 n - 1], {n, 0, z1}]
CROSSREFS
Cf. A210000.
Sequence in context: A145013 A096943 A166810 * A261347 A079909 A301518
KEYWORD
nonn
AUTHOR
Clark Kimberling, Mar 20 2012
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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)