Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #7 Sep 11 2021 10:25:31
%S 1,1,1,1,2,3,3,4,6,4,8,13,5,11,16,12,22,10,16,37,14,20,35,32,33,20,44,
%T 46,32,43,40,76,46,18,83,68,47,63,71,88,78,46,72,129,65,63,140,104,85,
%U 73,109,150,90,95,138,176,116,54,184,181,96,159,156,172,182,74
%N Number of compositions (ordered partitions) of n into at most 5 squares.
%H <a href="/index/Su#ssq">Index entries for sequences related to sums of squares</a>
%F a(n) = Sum_{k=0..5} A337165(n,k). - _Alois P. Heinz_, Sep 10 2021
%Y Cf. A000290, A002654, A006456, A337165, A340481, A347710, A347711, A347713.
%K nonn
%O 0,5
%A _Ilya Gutkovskiy_, Sep 10 2021