cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-3 of 3 results.

A226979 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 2 elements.

Original entry on oeis.org

0, 0, 0, 2, 2, 24, 36, 344, 504, 7657, 11978, 289829
Offset: 1

Views

Author

Keywords

Examples

			For n=5, there are 2 dissections where the orbits under the symmetry group of the square, D4, have 2 elements.
For n=4, the 2 dissections can be seen in A240120 and A240121.
		

Crossrefs

Formula

A226978(n) + A226979(n) + A226980(n) + A226981(n) = A224239(n).
1*A226978(n) + 2*A226979(n) + 4*A226980(n) + 8*A226981(n) = A045846(n).
A226979(n) = A240120(n) + A240121(n) + A240122(n).

Extensions

a(8)-a(12) from Ed Wynn, Apr 01 2014

A240121 Number of inequivalent ways to cut an n X n square into squares with integer sides, such that the dissection has two reflective symmetries in axes parallel to the sides, and no other reflective symmetries.

Original entry on oeis.org

0, 0, 0, 1, 0, 13, 5, 183, 75, 4408, 1501, 180324
Offset: 1

Views

Author

Ed Wynn, Apr 01 2014

Keywords

Comments

The two reflective symmetries imply 180-degree (but not 90-degree) rotational symmetry.

Examples

			This dissection is the only example for n=4:
---------
| |   | |
---   ---
| |   | |
---------
| |   | |
---   ---
| |   | |
---------
		

Crossrefs

A240122 Number of inequivalent ways to cut an n X n square into squares with integer sides, such that the dissection has 90-degree rotational symmetry and no reflective symmetry.

Original entry on oeis.org

0, 0, 0, 0, 1, 2, 12, 40, 154, 760, 3260, 22730
Offset: 1

Views

Author

Ed Wynn, Apr 01 2014

Keywords

Examples

			The two dissections for n=6:
-------------    -------------
| |   | | | |    | |   | | | |
---   -------    ---   -------
| |   | |   |    | |   | |   |
---------   |    ---------   |
| | |   |   |    | | | | |   |
-----   -----    -------------
|   |   | | |    |   | | | | |
|   ---------        ---------
|   | |   | |    |   | |   | |
-------   ---    -------   ---
| | | |   | |    | | | |   | |
-------------    -------------
		

Crossrefs

Showing 1-3 of 3 results.