Consider a room of size r X s where rs = 2n and 1 <= r <= s; count ways to arrange n Tatami mats in room; a(n) = total number of ways for all choices of r and s. Two arrangements are considered the same if one is a rotation or reflection of the other.

A052270

Consider a room of size r X s where rs = 2n and 1 <= r <= s; count ways to arrange n Tatami mats in room; a(n) = total number of ways for all choices of r and s. Two arrangements are considered the same if one is a rotation or reflection of the other.

Terms

    a(0) =1a(1) =2a(2) =3a(3) =4a(4) =5a(5) =9a(6) =9a(7) =14a(8) =19a(9) =27a(10) =34a(11) =56a(12) =70a(13) =105a(14) =152a(15) =218a(16) =308a(17) =466a(18) =654a(19) =966a(20) =1407a(21) =2052a(22) =2979a(23) =4399a(24) =6378a(25) =9361a(26) =13697a(27) =20051a(28) =29308a(29) =43035

External references