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.

A221843 Number of partitions of n^2 into squares providing prime dissections of an n X n square into integer-sided squares.

Original entry on oeis.org

1, 1, 2, 5, 10, 27, 56, 141, 309, 742, 1558, 3808
Offset: 1

Views

Author

Geoffrey H. Morley, Jan 26 2013

Keywords

Comments

In a prime dissection the GCD of the square sides is one.

Examples

			For n = 4 the a(4) = 5 sets of squares which provide prime dissections of a 4 X 4 square are {1(3 X 3), 7(1 X 1)}, {3(2 X 2), 4(1 X 1)}, {2(2 X 2), 8(1 X 1)}, {1(2 X 2), 12(1 X 1)} and {16(1 X 1)}.
		

Crossrefs

Extensions

a(7) corrected and a(9)-a(12) from Alois P. Heinz, Apr 15 2013