login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A054739 Number of inequivalent n X n matrices over GF(3) under action of dihedral group of the square D_4. 9
1, 3, 21, 2862, 5398083, 105918450471, 18761832172500795, 29912416165371498901002, 429210477536602279123636967061, 55428311030379722725246681652572022523, 64422190091501416379601522735200323789074174081, 673878862467911703904942451533575765568815772023224550102 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/8)*(3^(n^2) + 2*3^(n^2/4) + 3*3^(n^2/2) + 2*3^((n^2+n)/2)) if n is even;
a(n) = (1/8)*(3^(n^2) + 2*3^((n^2+3)/4) + 3^((n^2+1)/2) + 4*3^((n^2+n)/2)) if n is odd. [corrected by Chris Hallstrom, Mar 22 2021]
MATHEMATICA
Join[{1, 3}, Table[CycleIndexPolynomial[
GraphData[{"Grid", {n, n}}, "AutomorphismGroup"],
Table[Subscript[s, i], {i, 1, 4}]] /.
Table[Subscript[s, i] -> 3, {i, 1, 4}], {n, 2, 10}]]
(* Geoffrey Critzer, Aug 09 2016 *)
CROSSREFS
Column k=3 of A343097.
Cf. A054247.
Sequence in context: A365497 A012110 A265637 * A117508 A331897 A001139
KEYWORD
easy,nonn
AUTHOR
Vladeta Jovovic, May 15 2000
EXTENSIONS
Terms a(10) and beyond from Andrew Howroyd, Apr 15 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 15:42 EDT 2024. Contains 371960 sequences. (Running on oeis4.)