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.

A347796 Number of compositions (ordered partitions) of n into at most 3 nonprime parts.

This page as a plain text file.
%I A347796 #7 Sep 14 2021 08:56:09
%S A347796 1,1,1,1,1,2,4,2,5,6,8,11,8,13,17,17,23,25,27,33,38,37,50,48,58,63,73,
%T A347796 70,89,82,107,102,122,112,148,136,164,161,185,173,223,196,241,231,268,
%U A347796 254,304,273,332,318,364,348,403,364,444,415,477,448,525,479,567
%N A347796 Number of compositions (ordered partitions) of n into at most 3 nonprime parts.
%t A347796 Table[Length@Flatten[Permutations/@IntegerPartitions[n,3,Select[Range@n,!PrimeQ@#&]],1],{n,0,60}] (* _Giorgos Kalogeropoulos_, Sep 14 2021 *)
%Y A347796 Cf. A018252, A052284, A341480, A347788, A347797, A347798, A347799.
%K A347796 nonn
%O A347796 0,6
%A A347796 _Ilya Gutkovskiy_, Sep 14 2021