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!)
A159044 Primes of the form prime(n)+prime(n+4)+1. 1
17, 23, 43, 73, 79, 101, 151, 181, 197, 239, 277, 283, 317, 337, 359, 367, 463, 491, 503, 523, 593, 661, 733, 743, 757, 809, 859, 881, 907, 937, 967, 983, 997, 1013, 1087, 1151, 1163, 1171, 1217, 1301, 1321, 1559, 1579, 1609, 1621, 1637, 1867, 1913, 1987, 1997 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
17=3+13+1, 23=5+17+1, 43=13+29+1, 73=29+43+1, 79=31+47+1, 101=41+59+1,...
LINKS
MATHEMATICA
lst={}; Do[p1=Prime[n]; p5=Prime[n+4]; p=p1+p5+1; If[PrimeQ[p], AppendTo[lst, p]], {n, 6!}]; lst
CROSSREFS
Sequence in context: A151953 A102874 A086532 * A267984 A281533 A278436
KEYWORD
nonn
AUTHOR
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 7 13:25 EDT 2024. Contains 372303 sequences. (Running on oeis4.)