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!)
A216306 Values of k such that 10*k+3 and 10*k+7 alone are prime between 10*k and 10*k+9. 1
16, 67, 121, 220, 229, 247, 283, 295, 334, 361, 379, 394, 481, 592, 604, 673, 724, 757, 760, 772, 793, 844, 880, 913, 988, 1024, 1066, 1108, 1144, 1159, 1186, 1192, 1234, 1243, 1303, 1318, 1396, 1417, 1453, 1465, 1471, 1501, 1507, 1537, 1549, 1660, 1762, 1858 (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 + 7}, AppendTo[t, n]], {n, 0, 2476}]; t (* T. D. Noe, Sep 04 2012 *)
Select[Range[2000], Boole[PrimeQ[10#+{1, 3, 7, 9}]]=={0, 1, 1, 0}&] (* Harvey P. Dale, Jul 20 2021 *)
CROSSREFS
Sequence in context: A329530 A218646 A243956 * A321180 A100186 A344600
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 March 29 09:14 EDT 2024. Contains 371268 sequences. (Running on oeis4.)