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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A211150 Number of 2x2 matrices having all terms in {-n,...,0,..,n} and determinant > n. 2
4, 104, 608, 1940, 4916, 10084, 19052, 32352, 52084, 79308, 116900, 164564, 227860, 306324, 403868, 522256, 667488, 837236, 1041708, 1277060, 1553116, 1871084, 2238452, 2648836, 3121648, 3652200, 4248656, 4911312, 5656784 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

For a guide to related sequences, see A210000.

LINKS

Table of n, a(n) for n=1..29.

MATHEMATICA

a = -n; b = n; z1 = 30;

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, -2*n^2, m}]

Table[c1[n, 2*n^2] - c1[n, n], {n, 1, z1}]  (* A211150 *)

%/4  (* integers *)

CROSSREFS

Cf. A210000.

Sequence in context: A091330 A024056 A102439 * A006415 A181396 A196979

Adjacent sequences:  A211147 A211148 A211149 * A211151 A211152 A211153

KEYWORD

nonn

AUTHOR

Clark Kimberling, Apr 04 2012

STATUS

approved

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 May 21 13:15 EDT 2013. Contains 225488 sequences.