proposed
approved
proposed
approved
editing
proposed
(PARI) isA018820(n) = issquare(n) && isA341329(sqrtint(n)) \\ Jianing Song, Feb 09 2021, see program of A341329 for its program
proposed
editing
editing
proposed
Note that k^2 is never the sum of k^2 - 13 positive squares. - Jianing Song, Feb 09 2021
Note that k^2 is never the sum of k^2 - 13 positive squares. - Jianing Song, Feb 09 2021
a(n) = A341329(n)^2. - Jianing Song, Feb 09 2021
169 is a term: 169 = 13^2 = 5^2 + 12^2 = 3^2 + 4^2 + 12^2 = 11^2 + 4^2 + 4^2 + 4^2 = 6^2 + 6^2 + 6^2 + 6^2 + 5^2 = 6^2 + 6^2 + 6^2 + 6^2 + 4^2 + 3^2 = ... = 3^2 + 2^2 + 2^2 + 1^2 + 1^2 + ... + 1^2 (sum of 155 positive squares, with 152 (1^2)'s), but 169 cannot be represented as the sum of 156 positive squares. - Jianing Song, Feb 09 2021
(PARI) isA018820(n) = issquare(n) && isA341329(sqrtint(n)) \\ Jianing Song, Feb 09 2021, see program of A341329
approved
editing
reviewed
approved
proposed
reviewed
editing
proposed
n is Numbers k that are the sum of k m nonzero squares for all 1 <= m <= k <= n- 14.
A square nk^2 is the sum of k m positive squares for all 1 <= m <= k <= n^2 - 14 iff nk^2 is the sum of 2 and 3 positive squares (see A309778 and proof in Kuczma). - Bernard Schott, Aug 17 2019
proposed
editing