login
This site is supported by donations 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. 1
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; internal format)
OFFSET

0,1

LINKS

Harvey P. Dale, Table of n, a(n) for n = 0..1000

MATHEMATICA

m3Q[m_]:=Module[{c=10m}, Count[{c+1, c+3, c+7, c+9}, _?PrimeQ]==3]; Select[ Range[ 600], m3Q] (* From Harvey P. Dale, Dec 24 2011 *)

CROSSREFS

Sequence in context: A147487 A190845 A190805 * A156622 A111314 A139217

Adjacent sequences:  A008468 A008469 A008470 * A008472 A008473 A008474

KEYWORD

nonn

AUTHOR

Olivier Gerard (olivier.gerard(AT)gmail.com)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 08:39 EST 2012. Contains 205998 sequences.