|
Search: id:A083357
|
|
|
| A083357 |
|
Numbers n such that A083356(n) (the total area of all incongruent integer-sided rectangles of area <= n) is a square. |
|
+0 3
|
|
| 0, 1, 43, 169, 227, 735, 10664, 14702, 78159, 5431210
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
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?
A heuristic argument suggests that the sequence is infinite and has about 2*sqrt(log(n)) terms <= n.
|
|
REFERENCES
|
John C. Cock, Solution to Problem 10883 proposed by Nick MacKinnon, Amer. Math. Monthly, 110 (2003), pp. 343-344.
|
|
EXAMPLE
|
A083356(43)=2116=46^2, so 43 is in this sequence.
|
|
MATHEMATICA
|
For[n=area=0, True, n++; area+=n*Ceiling[DivisorSigma[0, n]/2], If[IntegerQ[s=Sqrt[area]], Print[{n, s}]]]
|
|
CROSSREFS
|
Cf. A083356, A083358.
Sequence in context: A123040 A142016 A140640 this_sequence A158604 A057816 A162295
Adjacent sequences: A083354 A083355 A083356 this_sequence A083358 A083359 A083360
|
|
KEYWORD
|
nonn,more
|
|
AUTHOR
|
Dean Hickerson (dean.hickerson(AT)yahoo.com), Apr 26 2003
|
|
EXTENSIONS
|
There are no more terms up to 2*10^7.
|
|
|
Search completed in 0.002 seconds
|