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!)
A209995 Number of 2 X 2 matrices with all elements in {0,1,...,n} and determinant in {0,1,...,n}. 1
1, 13, 50, 120, 244, 410, 681, 981, 1431, 1948, 2623, 3315, 4373, 5323, 6588, 8009, 9706, 11290, 13535, 15503, 18233, 20912, 23879, 26725, 30910, 34443, 38556, 42887, 48041, 52519, 58888, 63994, 70647, 77056, 83981, 91064, 100373 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
See A210000 for a guide to related sequences.
LINKS
MATHEMATICA
a = 0; 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, 0, z1}] (* A209995 *)
CROSSREFS
Cf. A210000.
Sequence in context: A189054 A231947 A322615 * A050410 A121991 A121990
KEYWORD
nonn
AUTHOR
Clark Kimberling, Mar 18 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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)