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.
%I A369340 #4 Jan 22 2024 05:55:09 %S A369340 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,5,5,5,6,6,6,6,7,7,7,7,8,8,8,8,9,9, %T A369340 9,9,10,10,10,10,11,11,11,11,12,12,12,12,13,13,13,13,14,14,14,14,15, %U A369340 15,15,15,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,108,110,112,115,118 %N A369340 Number of partitions of n into squares not greater than sqrt(n). %t A369340 Table[SeriesCoefficient[Product[1/(1 - x^(k^2)), {k, 1, Floor[n^(1/4)]}], {x, 0, n}], {n, 0, 85}] %Y A369340 Cf. A001156, A097356. %K A369340 nonn %O A369340 0,17 %A A369340 _Ilya Gutkovskiy_, Jan 20 2024