login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Number of 2 X 2 nonsingular matrices having all terms in {-n,...,0,...,n}.
3

%I #6 Jan 14 2017 09:41:11

%S 48,496,2112,6016,13808,27248,48896,81152,127280,190576,275264,384768,

%T 524784,699376,914176,1175040,1488688,1860208,2298304,2808320,3399280,

%U 4079088,4856704,5738624,6736944,7859824,9117376,10519424

%N Number of 2 X 2 nonsingular matrices having all terms in {-n,...,0,...,n}.

%C A211149(n) + A209981(n) = (2n+1)^4 for n>0.

%C It appears that 16 divides A211149(n).

%C For a guide to related sequences, see A210000.

%t a = -n; b = n; z1 = 30;

%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 Table[c[n, 0], {n, 1, z1}] (* A209981 *)

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

%t t = Table[c1[n, 2*n^2], {n, 1, z1}] (* A211148 *)

%t 2 t (* A211149 *)

%t t/8 (* integers *)

%Y Cf. A210000.

%K nonn

%O 1,1

%A _Clark Kimberling_, Apr 04 2012

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 22 05:46 EDT 2024. Contains 376097 sequences. (Running on oeis4.)