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!)
A210290 Number of 2 X 2 matrices with all elements in {0,1,...,n} and nonnegative determinant. 2

%I #11 May 05 2020 17:11:17

%S 1,13,56,160,369,733,1328,2216,3505,5285,7680,10792,14809,19813,26024,

%T 33600,42721,53549,66384,81336,98761,118821,141784,167888,197561,

%U 230917,268352,310176,356753,408285,465376,528088,597049,672533,754944,844744,942425

%N Number of 2 X 2 matrices with all elements in {0,1,...,n} and nonnegative determinant.

%C See A210000 for a guide to related sequences.

%H Andrew Howroyd, <a href="/A210290/b210290.txt">Table of n, a(n) for n = 0..1000</a>

%F a(n) = ((n+1)^4 + A059306(n))/2. - _Andrew Howroyd_, Apr 28 2020

%t a = 0; b = n; z1 = 45;

%t t[n_] := t[n] = Flatten[Table[w*z - x*y, {w, a, b}, {x, a, b}, {y, a, b}, {z, a, b}]]

%t c[n_, k_] := c[n, k] = Count[t[n], k]

%t c1[n_, m_] := c1[n, m] = Sum[c[n, k], {k, 0, m}]

%t Table[c1[n, n^2], {n, 0, z1}] (* A210290 *)

%Y Cf. A059306, A210000.

%K nonn

%O 0,2

%A _Clark Kimberling_, Mar 19 2012

%E Terms a(34) and beyond from _Andrew Howroyd_, Apr 28 2020

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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)