cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A060704 Singular n X n matrices over GF(2).

Original entry on oeis.org

1, 10, 344, 45376, 23555072, 48560766976, 399099960492032, 13098680304497852416, 1718239329196060706865152, 901210462928281273073900978176, 1890350559451566075272982533664407552
Offset: 1

Views

Author

Ahmed Fares (ahmedfares(AT)my-deja.com), Apr 20 2001

Keywords

Comments

Also (apparently) number of n X n matrices over GF(2) having permanent = 0. - Hugo Pfoertner, Nov 14 2003

Crossrefs

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

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).

Extensions

More terms from James Sellers, Apr 23 2001