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!)
A093326 Duplicate of A001359. 0

%I #11 Jun 12 2013 02:00:40

%S 3,5,11,17,29,41,59,71,101,107,137,149,179,191,197,227,239,269,281,

%T 311,347,419,431,461,521,569,599,617,641,659,809,821,827,857,881,1019,

%U 1031,1049,1061,1091,1151,1229,1277,1289,1301,1319,1427,1451,1481,1487

%N Duplicate of A001359.

%C Name was: Primes p such that (p+p')/2+1 is a prime, where p' is the next prime after p.

%o (PARI) lista(nn) = {forprime(p=3, nn, if (isprime(1+(p + nextprime(p+1))\2), print1(p, ", ")););} \\ _Michel Marcus_, Jun 03 2013

%K dead

%O 1,1

%A _Giovanni Teofilatto_, Apr 25 2004

%E After correction a duplicate of A001359, _Michel Marcus_, Jun 03 2013

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 12:22 EDT 2024. Contains 371937 sequences. (Running on oeis4.)