cp's OEIS Frontend

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.

A347763 Number of compositions (ordered partitions) of n into at most 3 prime powers (including 1).

This page as a plain text file.
%I A347763 #7 Sep 12 2021 20:35:40
%S A347763 1,1,2,4,7,11,15,20,24,29,34,40,45,52,55,58,62,67,69,76,79,87,88,92,
%T A347763 89,100,96,106,109,121,111,127,125,140,139,158,149,173,152,168,159,
%U A347763 184,156,196,168,193,173,206,173,220,186,222,201,236,185,243,203,252
%N A347763 Number of compositions (ordered partitions) of n into at most 3 prime powers (including 1).
%t A347763 Table[Length@Flatten[Permutations/@IntegerPartitions[n,3,Join[{1},Select[Range@n,PrimePowerQ]]],1],{n,0,70}] (* _Giorgos Kalogeropoulos_, Sep 12 2021 *)
%Y A347763 Cf. A000961, A280543, A282064, A347762, A347764.
%K A347763 nonn
%O A347763 0,3
%A A347763 _Ilya Gutkovskiy_, Sep 12 2021