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.

A381976 a(n) is the number of distinct solutions to the Partridge Puzzle of size n.

Original entry on oeis.org

1, 0, 0, 0, 0, 0, 0, 2332, 216285
Offset: 1

Views

Author

Danila Potapov, Mar 11 2025

Keywords

Comments

a(n) is the number of packings of squares of side 1..n to fill the square of side n(n+1)/2 under the condition that there are: 1 square of size 1 X 1, 2 squares of size 2 X 2, 3 squares of size 3 X 3, ..., n squares of size n X n.
The sequence comes from the formula 1^3 + 2^3 + ... + n^3 = (1+2+...+n)^2 = (n(n+1)/2)^2 (Nicomachus's theorem), so that the areas of the squares sum up to the area of the big square.
Rotations and mirrorings of the packings are not counted as distinct (there are in total 8 distinct variations of each packing).
Interestingly, for n = 9 the area of the big square is equal to 45*45 = 2025 making this problem a problem of the year 2025.

Crossrefs

Cf. A369891.