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 A347761 #6 Sep 12 2021 20:35:29 %S A347761 1,1,2,4,7,14,26,49,87,143,220,316,435,576,739,911,1100,1297,1541, %T A347761 1798,2113,2405,2785,3136,3648,4061,4670,5080,5828,6301,7261,7692, %U A347761 8751,9059,10379,10681,12329,12435,14354,14335,16847,16673,19588,18866,22247,21257 %N A347761 Number of compositions (ordered partitions) of n into at most 6 prime parts (counting 1 as a prime). %t A347761 Table[Length@Flatten[Permutations/@IntegerPartitions[n,6,Join[{1},Prime@Range@PrimePi@n]],1],{n,0,45}] (* _Giorgos Kalogeropoulos_, Sep 12 2021 *) %Y A347761 Cf. A008578, A280917, A341985, A347703, A347743, A347744, A347745, A347760. %K A347761 nonn %O A347761 0,3 %A A347761 _Ilya Gutkovskiy_, Sep 12 2021