The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A216308 Values of k such that 10*k+7 and 10*k+9 are the only primes between 10*k and 10*k+9. 1
34, 127, 202, 223, 226, 265, 352, 355, 412, 433, 454, 463, 496, 619, 694, 730, 838, 853, 859, 967, 976, 1000, 1003, 1042, 1093, 1105, 1171, 1177, 1321, 1339, 1399, 1438, 1444, 1486, 1528, 1741, 1759, 1765, 1774, 1783, 1795, 1828, 1969, 2047, 2050, 2071, 2080 (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 + 7, 10*n + 9}, AppendTo[t, n]], {n, 0, 2599}]; t (* T. D. Noe, Sep 04 2012 *)
CROSSREFS
Sequence in context: A105088 A039521 A293039 * A010021 A334648 A044366
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 May 16 05:56 EDT 2024. Contains 372549 sequences. (Running on oeis4.)