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.

A286393 Number of inequivalent n X n matrices over GF(7) under action of dihedral group of the square D_4.

Original entry on oeis.org

1, 7, 406, 5105212, 4154189102413, 167633579843887699759, 331466355732596931093508048522, 32115447190132359991237336502881651018804, 152470060954479462517322396167243320349298407119379801
Offset: 0

Views

Author

María Merino, Imanol Unanue, Yosu Yurramendi, May 08 2017

Keywords

Comments

Burnside's orbit-counting lemma

Crossrefs

Column k=7 of A343097.

Formula

a(n) = (1/8)*(7^(n^2) + 2*7^(n^2/4) + 3*7^(n^2/2) + 2*7^((n^2 + n)/2)) if n is even;
a(n) = (1/8)*(7^(n^2) + 2*7^((n^2 + 3)/4) + 7^((n^2 + 1)/2) + 4*7^((n^2 + n)/2)) if n is odd.