A226978 Number of ways to cut an n X n square into squares with integer sides, reduced for symmetry, where the orbits under the symmetry group of the square, D4, have 1 element.
1, 2, 2, 4, 4, 12, 8, 44, 32, 228, 148, 1632, 912, 16004, 8420, 213680, 101508, 3933380, 1691008, 98949060, 38742844, 3413919788, 1213540776, 161410887252, 52106993880
Offset: 1
Examples
For n=5, there are 4 dissections where the orbits under the symmetry group of the square, D4, have 1 element. For n=4, 3 dissections divide the square into uniform subsquares (of sizes 1, 2 and 4 respectively), and this is the 4th: --------- | | | | | --------- | | | | --- --- | | | | --------- | | | | | ---------
Links
- Christopher Hunt Gribble, C++ program for A226978, A226979, A226980, A226981, A227004
- Walter Trump, Example for n=19
Formula
Extensions
a(8)-a(12) from Ed Wynn, Apr 02 2014
a(13)-a(25) from Walter Trump, Dec 15 2022
Comments