OFFSET
1,9
COMMENTS
A squared rectangle is a rectangle dissected into a finite number of integer-sized squares. If no two of these squares are the same size then the squared rectangle is perfect. A squared rectangle is simple if it does not contain a smaller squared rectangle or squared square. The order of a squared rectangle is the number of squares into which it is dissected. [Edited by Stuart E Anderson, Feb 02 2024]
LINKS
Stuart E Anderson, Simple Perfect Squared Rectangles. [Nonsquare rectangles only]
I. Gambini, Quant aux carrés carrelés, Thesis, Université de la Méditerranée Aix-Marseille II, 1999, p. 24.
W. T. Tutte, A Census of Planar Maps, Canad. J. Math. 15 (1963), 249-271.
FORMULA
In "A Census of Planar Maps", p. 267, William Tutte gave a conjectured asymptotic formula for the number, a(n) of perfect squared rectangles of order n:
Conjectured: a(n) ~ n^(-5/2) * 4^n / (243*sqrt(Pi)). [Corrected by Stuart E Anderson, Feb 02 2024]
MATHEMATICA
A[s_Integer] := With[{s6 = StringPadLeft[ToString[s], 6, "0"]}, Cases[ Import["https://oeis.org/A" <> s6 <> "/b" <> s6 <> ".txt", "Table"], {_, _}][[All, 2]]];
A002839 = A@002839;
A006983 = A@006983;
a /@ Range[24] (* Jean-François Alcover, Jan 13 2020 *)
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
Stuart E Anderson, Nov 27 2012
EXTENSIONS
a(9)-a(24) enumerated by Gambini 1999, confirmed by Stuart E Anderson, Dec 07 2012
a(25) from Stuart E Anderson, May 07 2024
a(26) from Stuart E Anderson, Jul 28 2024
STATUS
approved