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!)
A164132 Primes which are an eighth of the sum of two consecutive primes. 1

%I #6 Nov 21 2013 12:49:40

%S 3,19,59,89,109,149,151,317,331,359,389,401,439,571,599,829,941,953,

%T 1019,1153,1249,1279,1319,1373,1381,1451,1657,1669,1733,1741,1867,

%U 1871,1973,2131,2161,2179,2251,2459,2819,3119,3539,3659,3967,4001,4099,4231,4261

%N Primes which are an eighth of the sum of two consecutive primes.

%C Primes of the form A001043(k)/8.

%e 19 is there because it is prime and 19=(73+79)/8.

%t Select[Total[#]/8&/@Partition[Prime[Range[2500]],2,1],PrimeQ] (* _Harvey P. Dale_, Apr 22 2011 *)

%Y Cf. A000040, A118134, A163487.

%K nonn

%O 1,1

%A _Juri-Stepan Gerasimov_, Aug 11 2009

%E Extended by _R. J. Mathar_, Aug 27 2009

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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)