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!)
A060704 Singular n X n matrices over GF(2). 2
1, 10, 344, 45376, 23555072, 48560766976, 399099960492032, 13098680304497852416, 1718239329196060706865152, 901210462928281273073900978176, 1890350559451566075272982533664407552 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also (apparently) number of n X n matrices over GF(2) having permanent = 0. - Hugo Pfoertner, Nov 14 2003
LINKS
FORMULA
For n >= 1 a(n) = 2^(n^2) - A002884(n) = A002416(n) - A002884(n) = 2^(n^2) - Product_{i=0..n-1} (2^n - 2^i).
MAPLE
for n from 1 to 20 do printf(`%d, `, 2^(n^2) - product(2^n - 2^j, j=0..n-1)) od:
PROG
(PARI) a(n)={2^(n^2) - prod(i=0, n-1, 2^n - 2^i)} \\ Harry J. Smith, Jul 09 2009
CROSSREFS
Sequence in context: A217506 A197769 A171583 * A220185 A132093 A339411
KEYWORD
nonn
AUTHOR
Ahmed Fares (ahmedfares(AT)my-deja.com), Apr 20 2001
EXTENSIONS
More terms from James A. Sellers, Apr 23 2001
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 August 10 00:01 EDT 2024. Contains 375044 sequences. (Running on oeis4.)