A060716 Singular n X n matrices over GF(4).
1, 76, 80704, 1333866496, 350423140532224, 1470575268235571101696, 98701955014599602193609785344, 105983992373769699116787162453121171456, 1820806479557691387021584007269972378727328251904
Offset: 1
Keywords
Links
- Harry J. Smith, Table of n, a(n) for n = 1..40
Crossrefs
Cf. A053291.
Programs
-
Maple
for n from 1 to 15 do printf(`%d,`, 4^(n^2) - product(4^n-4^j, j=0..n-1)) od:
-
PARI
a(n)={4^(n^2) - prod(j=0, n - 1, 4^n - 4^j)} \\ Harry J. Smith, Jul 10 2009
Formula
For n >= 1, a(n) = 4^(n^2) - A053291(n) = 4^(n^2) - (4^n - 1)*(4^n - 4)*...*(4^n - 4^(n-1)).
Extensions
More terms from James Sellers, Apr 24 2001