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!)
A054751 Number of inequivalent n X n matrices over GF(4) under action of dihedral group of the square D_4. 9
1, 4, 55, 34960, 537157696, 140738033618944, 590295811483987148800, 39614081257168338331296071680, 42535295865117309120430975675097153536, 730750818665451459102461990840694008379514814464, 200867255532373784442745261867639247948787687313041365401600 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 1/8*(4^(n^2) + 2*4^(n^2/4) + 3*4^(n^2/2) + 2*4^((n^2+n)/2)) if n is even;
a(n) = 1/8*(4^(n^2) + 2*4^((n^2+3)/4) + 4^((n^2+1)/2) + 4*4^((n^2+n)/2)) if n is odd.
MATHEMATICA
Table[If[EvenQ[n], (4^n^2+2*4^(n^2/4)+3*4^(n^2/2)+2*4^((n^2+n)/2))/8, (4^n^2+2*4^((n^2+3)/4)+4^((n^2+1)/2)+4*4^((n^2+n)/2))/8], {n, 0, 10}] (* Harvey P. Dale, Aug 16 2021 *)
CROSSREFS
Column k=4 of A343097.
Cf. A054247.
Sequence in context: A001500 A246968 A355073 * A189873 A358542 A359656
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 May 6 23:32 EDT 2024. Contains 372298 sequences. (Running on oeis4.)