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.

A168470 Number of partitions of prime(n) into prime parts smaller than itself.

This page as a plain text file.
%I A168470 #19 Oct 03 2020 15:30:54
%S A168470 0,0,1,2,5,8,16,22,39,86,110,218,335,412,613,1082,1849,2197,3629,5006,
%T A168470 5860,9281,12487,19231,33438,43708,49870,64670,73505,94624,221264,
%U A168470 279515,394169,441249,766261,853691,1175343,1608013,1975107,2675924,3605665,3977860
%N A168470 Number of partitions of prime(n) into prime parts smaller than itself.
%C A168470 The difference between this sequence and A056768 is that the number itself (unpartitioned) is not counted.
%H A168470 David A. Corneth, <a href="/A168470/b168470.txt">Table of n, a(n) for n = 1..10000</a>
%F A168470 a(n) = A056768(n) - 1. - _R. J. Mathar_, Nov 27 2009
%Y A168470 Cf. A000040, A056768.
%K A168470 nonn
%O A168470 1,4
%A A168470 _Juri-Stepan Gerasimov_, Nov 26 2009
%E A168470 a(7) corrected and sequence extended by _R. J. Mathar_, Nov 27 2009