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.

A347609 Number of partitions of n into at most 5 prime parts.

This page as a plain text file.
%I A347609 #8 Sep 08 2021 21:50:02
%S A347609 1,0,1,1,1,2,2,3,3,4,5,6,6,8,8,9,10,11,11,14,14,15,17,18,19,21,22,23,
%T A347609 25,27,27,32,29,34,33,37,37,42,39,47,44,51,47,58,50,61,57,67,61,73,65,
%U A347609 80,71,86,75,95,79,101,86,107,92,115,95,125,103,132,108
%N A347609 Number of partitions of n into at most 5 prime parts.
%F A347609 a(n) = Sum_{k=1..5} A117278(n,k) for n >= 2. - _Alois P. Heinz_, Sep 08 2021
%Y A347609 Cf. A000040, A000607, A071335, A117278, A259195, A347552, A347578, A347610.
%K A347609 nonn
%O A347609 0,6
%A A347609 _Ilya Gutkovskiy_, Sep 08 2021