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.

A214296 Primes that are the sum of distinct primes with prime subscripts.

This page as a plain text file.
%I A214296 #5 Jul 11 2012 21:14:28
%S A214296 3,5,11,17,19,31,41,47,53,59,61,67,73,79,83,89,97,101,103,107,109,113,
%T A214296 127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,
%U A214296 223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311
%N A214296 Primes that are the sum of distinct primes with prime subscripts.
%C A214296 Same as primes in A185723.
%C A214296 Contains all primes > 96 because Dressler and Parker proved that every integer > 96 is a sum of distinct terms of A006450 (primes with prime subscripts).
%D A214296 R. E. Dressler and S. T. Parker, Primes with a prime subscript, J. ACM, 22 (1975), 380-381.
%e A214296 Prime(Prime(1)) = Prime(2) = 3 is a member.
%e A214296 Since Prime(Prime(1)) + Prime(Prime(2)) + Prime(Prime(3)) = Prime(2) + Prime(3) + Prime(5) = 3 + 5 + 11 = 19 is prime, it is also a member.
%Y A214296 Cf. A006450, A185723, A185724, A213356.
%K A214296 nonn
%O A214296 1,1
%A A214296 _Jonathan Sondow_, Jul 10 2012