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.

A361525 Number of ways of dividing an n X 3 rectangle into integer-sided rectangles, up to rotations and reflections.

Original entry on oeis.org

1, 3, 17, 54, 892, 8159, 80021, 791821, 7906439, 79069308
Offset: 0

Views

Author

Pontus von Brömssen, Mar 15 2023

Keywords

Crossrefs

Third column of A361523.
Cf. A208215 (rotations and reflections are considered distinct), A359019 (square pieces), A360632.

Formula

a(n) >= A208215(n)/4 for n != 3.
a(n) ~ A208215(n)/4.