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.

A164024 Largest of smallest parts in partitions of n into exactly three primes.

This page as a plain text file.
%I A164024 #7 Mar 08 2014 01:53:21
%S A164024 2,2,2,3,2,3,2,3,2,5,2,5,2,5,2,7,2,5,2,7,2,7,2,7,2,7,2,11,2,11,2,11,2,
%T A164024 13,2,11,2,13,2,13,2,13,2,13,2,17,2,17,2,17,2,19,2,17,2,19,2,17,2,19,
%U A164024 2,19,2,23,2,19,2,19,2,23,2,23,2,19,2,23,2,23,2,23,2,29,2,29,2,29,2,31,2
%N A164024 Largest of smallest parts in partitions of n into exactly three primes.
%C A164024 a(even) = 2.
%C A164024 a(n)<=n/3; equality occurs at n= 3*prime, and then a(n) are new records 2,3,5,7,11,.. - _Zak Seidov_, Aug 09 2009
%H A164024 <a href="/index/Go#Goldbach">Index entries for sequences related to Goldbach conjecture</a>
%e A164024 a(16) = max{min(2,3,11),min(2,7,7)} = max{2,2} = 2;
%e A164024 a(17) = max{min(2,2,13),min(3,3,11),min(3,7,7),min(5,5,7)} = max{2,2,3,5} = 5.
%Y A164024 A164023, A068307.
%K A164024 nonn
%O A164024 6,1
%A A164024 _Reinhard Zumkeller_, Aug 08 2009