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!)
A176164 Primes p such that (p-2)/7 is not a prime number. 2
2, 3, 5, 7, 11, 13, 17, 19, 29, 31, 41, 43, 47, 53, 59, 61, 67, 71, 73, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 167, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 251, 257, 263, 269, 271, 277, 281, 283, 293 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
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".
If p is a prime, S(p) denotes the list of primes {7p+2, 7(7p+2)+2, 7(7(7p+2)+2)+2, ...}, stopping as soon as we reach the first composite number.
LINKS
MATHEMATICA
Select[Prime[Range[70]], !PrimeQ[(#-2)/7]&] (* Harvey P. Dale, Mar 17 2011 *)
PROG
(Magma) [p: p in PrimesUpTo(300)| not IsPrime((p-2)/7)]; // Vincenzo Librandi, Sep 12 2013
CROSSREFS
Sequence in context: A127052 A092570 A133956 * A141409 A238647 A348358
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Apr 10 2010
EXTENSIONS
New definition from Jon E. Schoenfield, Jun 18 2010
STATUS
approved

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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)