login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A215725
Numbers x such that 2*x+1 is prime as is 2*x+3 and x^2+x+41 and (x+1)^2+(x+1)+41.
1
1, 2, 5, 8, 14, 20, 29, 35, 50, 53, 68, 74, 98, 113, 119, 134, 230, 404, 413, 509, 575, 650, 713, 725, 809, 893, 935, 938, 974, 1013, 1043, 1133, 1190, 1400, 1625, 1730, 1778, 1958, 2045, 2318, 2510, 2933, 2939, 3224, 3344, 3389, 3743, 3773
OFFSET
1,2
COMMENTS
Subsequence of A056561.
p=x^2+x+41 and q = (x+1)^2+(x+1)+41, (x+p)^2+x+p+41 = p*q is a semiprime.
EXAMPLE
1^2+1+41=43=p , 2^2+2+41=47=q , (43+1)^2+(43+1)+41=p*q.
MATHEMATICA
Select[Range[4000], And@@PrimeQ[{2#+1, 2#+3, #^2+#+41, (#+1)^2+#+42}]&] (* Harvey P. Dale, Jun 02 2014 *)
CROSSREFS
Sequence in context: A266287 A111711 A095348 * A022907 A006918 A274523
KEYWORD
nonn
AUTHOR
Pierre CAMI, Aug 22 2012
STATUS
approved