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!)
A286397 Number of inequivalent n X n matrices over an alphabet of size 10 under action of dihedral group of the square D_4. 3
1, 10, 1540, 125512750, 1250002537502500, 1250000000501250002500000, 125000000000000250375000000250000000, 1250000000000000000005001250000000002500000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Burnside's orbit-counting lemma.
LINKS
M. Merino and I. Unanue, Counting squared grid patterns with Pólya Theory, EKAIA, 34 (2018), 289-316 (in Basque).
FORMULA
a(n) = (1/8)*(10^(n^2) + 2*10^(n^2/4) + 3*10^(n^2/2) + 2*10^((n^2 + n)/2)) if n is even;
a(n) = (1/8)*(10^(n^2) + 2*10^((n^2 + 3)/4) + 10^((n^2 + 1)/2) + 4*10^((n^2 + n)/2)) if n is odd.
MATHEMATICA
Table[1/8*(10^(n^2) + 2*10^((n^2 + 3 #)/4) + (3 - 2 #)*10^((n^2 + #)/2) + (2 + 2 #)*10^((n^2 + n)/2)) &@ Boole@ OddQ@ n, {n, 7}] (* Michael De Vlieger, May 12 2017 *)
CROSSREFS
Column k=10 of A343097.
Sequence in context: A133216 A099128 A172958 * A160236 A204466 A117523
KEYWORD
nonn
AUTHOR
María Merino, Imanol Unanue, Yosu Yurramendi, May 08 2017
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)