A060704 Singular n X n matrices over GF(2).
1, 10, 344, 45376, 23555072, 48560766976, 399099960492032, 13098680304497852416, 1718239329196060706865152, 901210462928281273073900978176, 1890350559451566075272982533664407552
Offset: 1
Keywords
Links
Programs
-
Maple
for n from 1 to 20 do printf(`%d,`,2^(n^2) - product(2^n - 2^j, j=0..n-1)) od:
-
PARI
a(n)={2^(n^2) - prod(i=0, n-1, 2^n - 2^i)} \\ Harry J. Smith, Jul 09 2009
Formula
Extensions
More terms from James Sellers, Apr 23 2001
Comments