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!)
A087683 Numbers n such that n + 10 and n - 10 are both prime. 12
13, 21, 27, 33, 51, 57, 63, 69, 93, 99, 117, 141, 147, 183, 189, 201, 261, 267, 273, 303, 321, 327, 357, 363, 369, 399, 411, 429, 453, 477, 489, 513, 531, 567, 597, 603, 609, 651, 663, 729, 819, 849, 867, 873, 897, 957, 981, 987 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
3 divides every term except the first. - T. D. Noe, May 14 2008
LINKS
MATHEMATICA
f[n_]:=PrimeQ[n-10]&&PrimeQ[n+10]; lst={}; Do[If[f[n], AppendTo[lst, n]], {n, 9, 8!, 2}]; lst (* Vladimir Joseph Stephan Orlovsky, Oct 09 2009 *)
CROSSREFS
Sequence in context: A332512 A304006 A304948 * A195375 A128819 A165955
KEYWORD
easy,nonn
AUTHOR
Zak Seidov, Sep 27 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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)