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.

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

Original entry on oeis.org

1, 6, 61, 892, 9235, 406653, 9252097, 211703640
Offset: 0

Views

Author

Pontus von Brömssen, Mar 15 2023

Keywords

Crossrefs

Fourth column of A361523.
Cf. A220297 (rotations and reflections are considered distinct), A359020 (square pieces).

Formula

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