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!)
A216298 Values of k such that 10k + 9 is the only prime between 10k and 10k + 9. 1
14, 41, 47, 71, 80, 83, 92, 100, 104, 124, 125, 131, 139, 140, 170, 188, 194, 203, 209, 212, 217, 230, 245, 257, 260, 272, 278, 281, 287, 293, 299, 307, 310, 311, 329, 335, 338, 344, 365, 371, 377, 398, 404, 422, 434, 440, 488, 491, 503, 509, 518, 520, 551 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) ~ 0.4 n log n. - Charles R Greathouse IV, Sep 07 2012
MATHEMATICA
t = {}; Do[ps = Select[Range[10*n, 10*n + 9], PrimeQ]; If[ps == {10*n + 9}, AppendTo[t, n]], {n, 0, 677}]; t (* T. D. Noe, Sep 03 2012 *)
CROSSREFS
Sequence in context: A126368 A125816 A105869 * A056034 A039404 A043227
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 11 04:25 EDT 2024. Contains 372388 sequences. (Running on oeis4.)