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.

A359146 Divide a square into n similar rectangles; a(n) is the number of different proportions that are possible.

Original entry on oeis.org

1, 1, 3, 11, 51, 245, 1372
Offset: 1

Views

Author

N. J. A. Sloane, Feb 07 2023

Keywords

Comments

Only the proportions of the rectangles are counted, not how the rectangles are arranged in the square.
The number b(n) of different ways to divide a square into n similar rectangles, up to rotation and reflection, is at least a(n). We have b(1)=1, b(2)=1, b(3)=3, and Baez remarks that b(4) > 11. It would be nice to know more. Is the sequence {b(n)} already in the OEIS?

References

  • Siobhan Roberts, An Online Puzzle Excites Math Fans, New York Times, Feb 07 2023, pages D1 and D4.

Crossrefs

Extensions

It appears that a(8) = 8522. - Ian Henderson, Feb 07 2023, corrected Mar 07 2023
a(7) corrected by N. J. A. Sloane, Mar 07 2023, based on the second John Baez blog entry.