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.

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

Original entry on oeis.org

1, 8, 666, 16912512, 35184646816768, 4722366500530551259136, 40564819207305653446303190876160, 22300745198530623151211847196048401987796992, 784637716923335095479473759060307277562325323313332617216
Offset: 0

Views

Author

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

Keywords

Comments

Burnside's orbit-counting lemma.

Crossrefs

Formula

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