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!)
A286893 Triangle read by rows: T(n,m) is the number of pattern classes in the (n,m)-rectangular grid with 6 colors and n>=m, two patterns are in the same class if one of them can be obtained by a reflection or 180-degree rotation of the other. 5
1, 1, 6, 1, 21, 351, 1, 126, 12096, 2544696, 1, 666, 420876, 544638816, 705278736576, 1, 3996, 15132096, 117564302016, 914040184444416, 7107572245840091136, 1, 23436, 544230576, 25390538401536, 1184595336212990976, 55268479955808421134336, 2578606199622710056510488576 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Computed using 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
For even n and m: T(n,m) = (6^(m*n) + 3*6^(m*n/2))/4;
for even n and odd m: T(n,m) = (6^(m*n) + 6^((m*n+n)/2) + 2*6^(m*n/2))/4;
for odd n and even m: T(n,m) = (6^(m*n) + 6^((m*n+m)/2) + 2*6^(m*n/2))/4;
for odd n and m: T(n,m) = (6^(m*n) + 6^((m*n+n)/2) + 6^((m*n+m)/2) + 6^((m*n+1)/2))/4.
EXAMPLE
Triangle begins:
============================================================================
n\m | 0 1 2 3 4 5
----|-----------------------------------------------------------------------
0 | 1
1 | 1 6
2 | 1 21 351
3 | 1 126 12096 2544696
4 | 1 666 420876 544638816 705278736576
5 | 1 3996 15132096 117564302016 914040184444416 7107572245840091136
...
CROSSREFS
Sequence in context: A120666 A050300 A185678 * A118394 A365372 A278906
KEYWORD
nonn,tabl
AUTHOR
María Merino, Imanol Unanue, Yosu Yurramendi, May 15 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 24 02:28 EDT 2024. Contains 371917 sequences. (Running on oeis4.)