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.

Showing 1-1 of 1 results.

A078351 Number of n X n matrices over an alphabet of size 17.

Original entry on oeis.org

1, 17, 83521, 118587876497, 48661191875666868481, 5770627412348402378939569991057, 197770344305988984840145602058543169130838081
Offset: 0

Views

Author

Vincenzo Origlio (vincenzo.origlio(AT)itc.cnr.it), Nov 25 2002

Keywords

Comments

a(n) = k^(n^2) with k = 2, 3, 4, ... counts n X n matrices over an alphabet of size k.

Crossrefs

Cf. A078186.

Programs

  • Magma
    [17^(n^2): n in [0..10]]; // Vincenzo Librandi, Jun 05 2011
  • Mathematica
    Table[17^(n^2), {n, 0, 7}]

Formula

a(n) = 17^(n^2).
Showing 1-1 of 1 results.