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.

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