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!)
A222961 Numbers n such that 2*n + {3, 5, 9, 11, 15, 21} are all primes. 1
1, 4, 739, 82849, 163069, 330544, 511249, 534349, 623179, 730699, 958864, 1529434, 2077954, 2109139, 2763499, 4172074, 5067199, 5882524, 5950249, 6532159, 7860409, 7880044, 9252184, 9368419, 9564769, 9605719, 10024984 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
After 1, a(n) is congruent to 4 or 9 (mod 10), this means that a(n) is of the form 5k-1. Clearly, each term is not divisible by 3, 7 and 11.
LINKS
MATHEMATICA
Select[Range[7000000], Union[PrimeQ[2 # +{3, 5, 9, 11, 15, 21}]]=={True}&]
PROG
(Magma) [n: n in [1..11000000] | forall{2*n+k: k in [3, 5, 9, 11, 15, 21] | IsPrime(2*n+k)}];
CROSSREFS
Cf. A136162.
Sequence in context: A134579 A090588 A053986 * A160737 A128846 A332174
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Mar 13 2013
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 19 18:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)