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!)
A138644 Primes p such that 5*p+2 is composite. 1
2, 5, 11, 17, 23, 29, 37, 41, 43, 47, 53, 59, 71, 83, 89, 101, 103, 107, 113, 127, 131, 137, 139, 149, 163, 167, 173, 179, 191, 197, 211, 227, 229, 233, 239, 241, 251, 257, 263, 269, 271, 277, 281, 283, 293, 307, 311, 317, 337, 347, 353, 359, 367, 379, 383, 389 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
5*2+2=12, 5*5+2=27, 5*11+2=57,...
MATHEMATICA
a={}; Do[p=Prime[n]; If[ !PrimeQ[5*p+2], AppendTo[a, p]], {n, 8^2}]; a
Select[Prime[Range[100]], !PrimeQ[5#+2]&] (* Harvey P. Dale, Nov 07 2013 *)
CROSSREFS
Sequence in context: A140559 A067775 A140552 * A350314 A164921 A156830
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Vincenzo Librandi, Apr 01 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 August 4 12:51 EDT 2024. Contains 374921 sequences. (Running on oeis4.)