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 A347799 #6 Sep 14 2021 08:56:28 %S A347799 1,1,1,1,2,3,5,6,10,16,19,31,44,52,86,101,148,206,237,350,441,551,743, %T A347799 900,1151,1470,1782,2216,2762,3287,4072,4894,5835,7052,8362,9856, %U A347799 11758,13710,16066,18791,21799,25271,29192,33583,38485,44178,50304 %N A347799 Number of compositions (ordered partitions) of n into at most 6 nonprime parts. %t A347799 Table[Length@Flatten[Permutations/@IntegerPartitions[n,6,Select[Range@n,!PrimeQ@#&]],1],{n,0,46}] (* _Giorgos Kalogeropoulos_, Sep 14 2021 *) %Y A347799 Cf. A018252, A052284, A341483, A347788, A347796, A347797, A347798. %K A347799 nonn %O A347799 0,5 %A A347799 _Ilya Gutkovskiy_, Sep 14 2021