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!)
A008471 Exactly 3 out of 10m+1, 10m+3, 10m+7, 10m+9 are primes. 6
4, 7, 13, 22, 31, 43, 46, 61, 64, 85, 88, 103, 106, 109, 130, 142, 145, 160, 166, 169, 178, 199, 238, 268, 271, 316, 367, 376, 391, 400, 409, 415, 421, 451, 472, 478, 493, 523, 541, 544, 547, 550, 574 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
V. Raman, Table of n, a(n) for n = 1..10000 (first 1000 terms from Harvey P. Dale)
MATHEMATICA
m3Q[m_]:=Module[{c=10m}, Count[{c+1, c+3, c+7, c+9}, _?PrimeQ]==3]; Select[ Range[ 600], m3Q] (* Harvey P. Dale, Dec 24 2011 *)
PROG
(Magma) [n: n in [1..600] | #PrimesInInterval(10*n+1, 10*n+9) eq 3]; // Bruno Berselli, Sep 04 2012
CROSSREFS
Sequence in context: A147487 A190845 A190805 * A156622 A111314 A316861
KEYWORD
nonn
AUTHOR
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 24 06:07 EDT 2024. Contains 371918 sequences. (Running on oeis4.)