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!)
A211142 Number of 2 X 2 matrices having all terms in {-n,...,0,...,n} and determinant n+1. 2
0, 4, 24, 116, 128, 408, 296, 788, 748, 1232, 888, 2488, 1312, 2568, 2664, 3860, 2352, 5652, 3032, 6864, 5320, 6456, 4520, 12152, 6356, 9264, 9000, 13288, 7392, 18440, 8520, 17556, 13576, 16032, 14216, 28612 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For a guide to related sequences, see A210000.
LINKS
MATHEMATICA
a = -n; b = n; z1 = 35;
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]
Table[c[n, n + 1], {n, 0, z1}] (* A211142 *)
%/4 (* integers *)
CROSSREFS
Cf. A210000.
Sequence in context: A300581 A099582 A295093 * A272735 A295547 A270451
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 03 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 16 10:45 EDT 2024. Contains 371709 sequences. (Running on oeis4.)