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!)
A214834 a(n) is the smallest prime number such that both a(n) and (4n + 2) - a(n) are prime numbers of the form 4k + 3. 4
3, 3, 3, 7, 3, 3, 7, 3, 7, 11, 3, 3, 7, 11, 3, 7, 3, 3, 7, 3, 3, 7, 11, 19, 19, 3, 3, 7, 11, 19, 19, 3, 3, 7, 3, 7, 11, 3, 7, 11, 3, 3, 7, 11, 3, 7, 11, 3, 7, 3, 7, 11, 3, 7, 11, 3, 3, 7, 11, 3, 7, 11, 3, 7, 11, 3, 7, 3, 7, 11, 3, 7, 11, 47, 19, 23, 3, 3, 7, 11 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
Any even number of the form of 4k + 2 (k > 0) can be partitioned into 4k + 2 = (4i+3) + (4j+3), where i + j + 1 = k. This sequence implies the conjecture that for any number in the form of 4k + 2 (k > 0), there is a partition for which 4i + 3 and 4j + 3 are both prime.
Conjecture tested true up to n=1000000000. In case the conjecture is not true, zero could be used to represent the missing entries.
LINKS
EXAMPLE
Let n = 4. Then 4n + 2 = 14, and the pairs of prime numbers of the form 4k + 3 that sum to 14 are (3, 11), (7, 7). The smallest number of 3, 11, 7, 8 is 3, so a(4) = 3.
MATHEMATICA
s = 2; Table[s = s + 4; p1 = s + 1; While[p1 = p1 - 4; p2 = s - p1; !((PrimeQ[p1]) && (PrimeQ[p2]) && (Mod[p2, 4] == 3))]; p2, {i, 1, 80}]
CROSSREFS
Sequence in context: A126608 A088195 A131757 * A291767 A135087 A294505
KEYWORD
nonn,easy
AUTHOR
Lei Zhou, Mar 07 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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)