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!)
A211151 Number of 2 X 2 matrices having all terms in {-n,...,0,...,n} and determinant > n. 2
24, 196, 784, 2304, 5324, 10964, 19756, 33772, 53496, 81396, 118452, 168324, 229964, 310132, 407964, 527644, 670888, 844896, 1045916, 1286220, 1560508, 1879548, 2244404, 2664180, 3130076, 3663856, 4260240, 4927920, 5665992 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For a guide to related sequences, see A210000.
LINKS
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-1], {n, 1, z1}] (*A211151*)
%/4 (* integers *)
CROSSREFS
Cf. A210000.
Sequence in context: A220296 A282286 A123197 * A125361 A126519 A260358
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 | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 16 22:04 EDT 2024. Contains 375979 sequences. (Running on oeis4.)