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!)
A211057 Number of 2 X 2 matrices having all terms in {1,...,n} and determinant in the closed interval [0,n]. 2
1, 10, 36, 91, 179, 330, 516, 802, 1150, 1615, 2119, 2873, 3595, 4558, 5653, 6967, 8245, 10020, 11642, 13846, 16053, 18524, 20944, 24393, 27405, 30924, 34637, 39035, 42961, 48396, 52906, 58687, 64326, 70457, 76722, 84824, 91318, 99045 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
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]
c1[n_, m_] := c1[n, m] = Sum[c[n, k], {k, 0, m}]
Table[c1[n, n], {n, 1, z1}] (* A211057 *)
CROSSREFS
Cf. A210000.
Sequence in context: A033585 A118629 A050509 * A118415 A051959 A117327
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)