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.

A220791 Number of nonsingular n X n matrices over GF(13).

Original entry on oeis.org

1, 12, 26208, 9726417792, 610296923230525440, 6471875909051511775903457280, 11598637276362103019770723830073032376320, 3512938445418644176053176560741858449740612202579886080
Offset: 0

Views

Author

Vincenzo Librandi, Jan 29 2013

Keywords

Crossrefs

Programs

  • Magma
    [1] cat [&*[(13^n - 13^k): k in [0..n-1]]: n in [1..8]];
  • Mathematica
    Table[Product[13^n - 13^k, {k, 0, n-1}], {n, 0, 8}]