login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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

%I #8 Mar 19 2023 08:29:16

%S 1,6,61,892,9235,406653,9252097,211703640

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

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

%F a(n) ~ A220297(n)/4.

%Y Fourth column of A361523.

%Y Cf. A220297 (rotations and reflections are considered distinct), A359020 (square pieces).

%K nonn,more

%O 0,2

%A _Pontus von Brömssen_, Mar 15 2023