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.

A060721 Singular n X n matrices over GF(7).

Original entry on oeis.org

1, 385, 6569479, 5421836400001, 218857429741036363207, 432771509734663800164593788001, 41931064368881878511703371604583698172807
Offset: 1

Views

Author

Avi Peretz (njk(AT)netvision.net.il), Apr 21 2001

Keywords

Crossrefs

Cf. A053293.

Programs

  • Maple
    for n from 1 to 15 do printf(`%d,`, 7^(n^2) - product(7^n-7^j, j=0..n-1)) od:
  • PARI
    a(n)={7^(n^2) - prod(j=0, n - 1, 7^n - 7^j)} \\ Harry J. Smith, Jul 10 2009

Formula

For n >= 1, a(n) = 7^(n^2) - A053293(n) = 7^(n^2) - (7^n - 1)*(7^n - 7)*...*(7^n - 7^(n-1)).

Extensions

More terms from James Sellers, Apr 24 2001