a(n) is the largest area of a rectangle which can be dissected into n squares with integer sides s_i, i = 1 .. n, and gcd(s_1,...,s_n) = 1.
A338861
a(n) is the largest area of a rectangle which can be dissected into n squares with integer sides s_i, i = 1 .. n, and gcd(s_1,...,s_n) = 1.
Terms
- a(0) =1a(1) =2a(2) =6a(3) =15a(4) =42a(5) =143a(6) =399a(7) =1190a(8) =4209a(9) =10920a(10) =37245a(11) =109886a(12) =339745a(13) =1037186a(14) =3205734a(15) =9784263a(16) =29837784a(17) =93313919a(18) =289627536
External references
- oeis: A338861