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 A347764 #6 Sep 12 2021 20:35:47 %S A347764 1,1,2,4,8,15,25,40,59,81,106,136,170,208,251,294,339,383,431,476,530, %T A347764 583,642,696,757,804,866,914,980,1041,1125,1167,1256,1312,1405,1466, %U A347764 1598,1657,1790,1840,1961,2004,2148,2160,2335,2365,2505,2502,2707,2664,2884 %N A347764 Number of compositions (ordered partitions) of n into at most 4 prime powers (including 1). %t A347764 Table[Length@Flatten[Permutations/@IntegerPartitions[n,4,Join[{1},Select[Range@n,PrimePowerQ]]],1],{n,0,50}] (* _Giorgos Kalogeropoulos_, Sep 12 2021 *) %Y A347764 Cf. A000961, A280543, A341133, A347762, A347763. %K A347764 nonn %O A347764 0,3 %A A347764 _Ilya Gutkovskiy_, Sep 12 2021