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.

A217374 Number of trivially compound perfect squared rectangles of order n up to symmetries of the rectangle and its subrectangles.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 16, 60, 194, 622, 2128, 7438, 25852, 90266, 317350, 1127800
Offset: 1

Views

Author

Geoffrey H. Morley, Oct 02 2012

Keywords

Comments

A squared rectangle is a rectangle dissected into a finite number, two or more, of squares. If no two of these squares have the same size the squared rectangle is perfect. The order of a squared rectangle is the number of constituent squares.
A squared rectangle is simple if it does not contain a smaller squared rectangle, compound if it does, and trivially compound if a constituent square has the same side length as a side of the squared rectangle under consideration.

Crossrefs

Cf. A217375 (counts symmetries of squared subrectangles as distinct).
Cf. A110148.

Formula

a(n) = a(n-1) + 2*A002839(n-1) + 2*A217152(n-1).

Extensions

a(20) corrected by Geoffrey H. Morley, Oct 12 2012