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!)
A222960 Numbers n such that 2*n + {3, 5, 9, 11} are all primes. 1
1, 4, 49, 94, 409, 739, 934, 1039, 1624, 1729, 2824, 4714, 6499, 7819, 7864, 8029, 9019, 9454, 9709, 10504, 11134, 12649, 15859, 17419, 21889, 25669, 27664, 31489, 33604, 34744, 36109, 38629, 39844, 40519, 41359, 44404 (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 and 11.
LINKS
FORMULA
a(n) = (A007530(n)-3)/2. [Michael B. Porter, Mar 21 2013]
MATHEMATICA
Select[Range[50000], Union[PrimeQ[2 # + {3, 5, 9, 11}]]=={True}&]
PROG
(Magma) [n: n in [1..50000] | forall{2*n+k: k in [3, 5, 9, 11] | IsPrime(2*n+k)}];
CROSSREFS
Sequence in context: A248558 A198384 A136196 * A061100 A147803 A112533
KEYWORD
nonn,easy
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 March 19 06:19 EDT 2024. Contains 370953 sequences. (Running on oeis4.)