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!)
A216307 Values of k such that 10*k+3 and 10*k+9 alone are prime between 10*k and 10*k+9. 1
2, 5, 8, 17, 23, 26, 35, 37, 38, 44, 50, 56, 59, 65, 73, 101, 110, 112, 122, 128, 143, 149, 154, 155, 161, 175, 197, 206, 233, 239, 254, 269, 290, 296, 308, 320, 331, 332, 353, 373, 392, 401, 407, 413, 425, 428, 464, 467, 479, 490, 499, 500, 511, 527, 530 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) >> n log^2 n. - Charles R Greathouse IV, Sep 07 2012
MATHEMATICA
t = {}; Do[ps = Select[Range[10*n, 10*n + 9], PrimeQ]; If[ps == {10*n + 3, 10*n + 9}, AppendTo[t, n]], {n, 0, 782}]; t (* T. D. Noe, Sep 04 2012 *)
Select[Range[800], Boole[PrimeQ[Range[10 #, 10 #+9]]]=={0, 0, 0, 1, 0, 0, 0, 0, 0, 1}&] (* Harvey P. Dale, Apr 23 2019 *)
CROSSREFS
Sequence in context: A345430 A214124 A103041 * A176223 A006827 A193992
KEYWORD
nonn
AUTHOR
V. Raman, Sep 03 2012
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 18 18:06 EDT 2024. Contains 371781 sequences. (Running on oeis4.)