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!)
A166005 Primes p such that 8*p+15 is also a prime. 1
2, 7, 11, 17, 19, 23, 31, 37, 43, 53, 59, 61, 73, 79, 89, 101, 103, 109, 113, 127, 131, 151, 163, 173, 179, 191, 193, 199, 227, 229, 233, 311, 317, 331, 337, 347, 359, 373, 383, 397, 431, 439, 443, 449, 457, 463, 479, 487, 491, 499, 547, 563, 569, 571, 593, 607 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
f[n_]:=PrimeQ[8*n+15]; lst={}; Do[p=Prime[n]; If[f[p], AppendTo[lst, p]], {n, 6!}]; lst
PROG
(Magma) [p: p in PrimesUpTo(1000)|IsPrime(8*p+15)] // Vincenzo Librandi, Jan 29 2011
CROSSREFS
Sequence in context: A357843 A176897 A362770 * A243009 A155009 A045371
KEYWORD
nonn
AUTHOR
EXTENSIONS
Edited by N. J. A. Sloane, Oct 04 2009
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 May 9 08:03 EDT 2024. Contains 372346 sequences. (Running on oeis4.)