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!)
A088769 a(n) = A087678(n)/2. 5
7, 10, 11, 14, 16, 19, 25, 26, 31, 35, 40, 44, 46, 49, 59, 61, 70, 74, 79, 86, 91, 94, 95, 101, 110, 116, 121, 124, 130, 136, 151, 161, 170, 179, 194, 196, 205, 215, 220, 224, 226, 229, 235, 250, 256, 266, 289, 304, 305, 311, 325, 326, 334, 341, 346, 350, 355 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[5, 2000], PrimeQ[# + 9] && PrimeQ[# - 9] &] / 2 (* Vincenzo Librandi, May 21 2017 *)
PROG
(Magma) [n/2: n in [5..1500] |IsPrime(n+9) and IsPrime(n-9)]; // Vincenzo Librandi, May 22 2017
CROSSREFS
Sequence in context: A094764 A066468 A347393 * A057986 A274204 A306929
KEYWORD
nonn
AUTHOR
Ray Chandler, Oct 26 2003
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 25 06:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)