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.

A083357 Numbers n such that A083356(n) (the total area of all incongruent integer-sided rectangles of area <= n) is a square.

This page as a plain text file.
%I A083357 #14 Jul 11 2018 05:31:27
%S A083357 0,1,43,169,227,735,10664,14702,78159,5431210,8350707565
%N A083357 Numbers n such that A083356(n) (the total area of all incongruent integer-sided rectangles of area <= n) is a square.
%C A083357 The reference asks "Let R(n) be the set of all rectangles whose side lengths are natural numbers and whose area is at most n. Find an integer n>1 such that the members of R(n), each used exactly once, tile a square.". It shows that n=43 is the smallest solution. A necessary condition is that n be in this sequence. Is this also a sufficient condition?
%C A083357 A heuristic argument suggests that the sequence is infinite and has about 2*sqrt(log(n)) terms <= n.
%C A083357 No other terms below 10^10.
%H A083357 Nick MacKinnon, <a href="https://www.jstor.org/stable/2695719">Problem 10883</a>, Amer. Math. Monthly, 108 (2001) 565; <a href="https://www.jstor.org/stable/3647894">solution</a> by John C. Cock, 110 (2003) 343-344.
%e A083357 A083356(43)=2116=46^2, so 43 is in this sequence.
%t A083357 For[n=area=0, True, n++; area+=n*Ceiling[DivisorSigma[0, n]/2], If[IntegerQ[s=Sqrt[area]], Print[{n, s}]]]
%Y A083357 Cf. A083356, A083358.
%K A083357 nonn,more
%O A083357 1,3
%A A083357 _Dean Hickerson_, Apr 26 2003
%E A083357 a(11) from _Max Alekseyev_, Jan 30 2012