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!)
A211062 Number of 2 X 2 matrices having all terms in {1,...,n} and determinant >= 2n. 2
0, 0, 5, 29, 93, 235, 493, 936, 1622, 2642, 4057, 6055, 8608, 12001, 16297, 21619, 28127, 36170, 45624, 57041, 70350, 85892, 103748, 124748, 148174, 175083, 205683, 239800, 277908, 321224, 368301, 421093, 479209, 543193, 613374 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
For a guide to related sequences, see A210000.
LINKS
MATHEMATICA
a = 1; b = n; z1 = 40;
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]
d[n_, m_] := d[n, m] = Sum[c[n, k], {k, 0, m}]
Table[d[n, n^2] - d[n, 2 n - 1], {n, 1, z1}]
CROSSREFS
Cf. A210000.
Sequence in context: A308396 A190585 A197276 * A330700 A264750 A205172
KEYWORD
nonn
AUTHOR
Clark Kimberling, Mar 31 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 March 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)