OFFSET
0,53
COMMENTS
a(n) is the number of partitions of n into 4 nonzero squares < n/2.
LINKS
Felix Huber, Table of n, a(n) for n = 0..10000
FORMULA
a(n) <= A025428(n).
EXAMPLE
The a(51) = 1 multiset is [1, 9, 16, 25].
The a(52) = 3 multisets are [1, 1, 25, 25], [4, 16, 16, 16] and [9, 9, 9, 25].
MAPLE
CROSSREFS
KEYWORD
nonn
AUTHOR
Felix Huber, Jul 22 2025
STATUS
approved
