login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100589 Primes of the form 2p+3q, p and q consecutive primes, which are also the sum of three distinct primes. 0

%I #9 Jan 21 2019 19:08:25

%S 13,31,47,61,107,151,173,197,211,227,283,347,383,433,541,557,607,647,

%T 673,691,751,773,827,853,883,977,991,1031,1091,1201,1303,1373,1627,

%U 1741,1783,1907,1933,1997,2029,2161,2207,2269,2297,2311,2371,2447

%N Primes of the form 2p+3q, p and q consecutive primes, which are also the sum of three distinct primes.

%o (PARI) for(x=1,100,if( isprime(2*prime(x)+3*prime(x+1)), print1( 2*prime(x)+3*prime(x+1),","))) \\ _Jorge Coveiro_

%K nonn

%O 1,1

%A _Giovanni Teofilatto_, Nov 30 2004

%E Corrected and extended by _Jorge Coveiro_, Jul 24 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 16:34 EDT 2024. Contains 371961 sequences. (Running on oeis4.)