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!)
A176165 Primes p such that (p-2)/11 is not a prime number. 1

%I #17 Sep 08 2022 08:45:52

%S 2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,83,89,97,

%T 101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,

%U 191,193,197,199,223,227,229,233,239,241,251,257,263,269,271,277,281

%N Primes p such that (p-2)/11 is not a prime number.

%C The old definition was "Start with the list of primes; accept 2 but remove the list of primes S(2); accept the next prime (3) but remove the list of primes S(3); repeat".

%C If p is a prime, S(p) denotes the list of primes {11*p+2, 11(11*p+2)+2, 11(11(11*p+2)+2)+2, ...}, stopping as soon as we reach the first composite number.

%H Vincenzo Librandi, <a href="/A176165/b176165.txt">Table of n, a(n) for n = 1..9800</a>

%t Select[Prime[Range[60]], !PrimeQ[(# - 2)/11] &] (* _Vincenzo Librandi_, Feb 24 2013 *)

%o (Magma) [p: p in PrimesUpTo(300)| not IsPrime((p-2)/11)]; // _Vincenzo Librandi_, Feb 24 2013

%Y Cf. A169647, A176162, A176164.

%K nonn

%O 1,1

%A _Vincenzo Librandi_, Apr 10 2010

%E New definition from _Jon E. Schoenfield_, Jun 18 2010

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 August 31 08:34 EDT 2024. Contains 375560 sequences. (Running on oeis4.)