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”).

A360740
Semiprimes of the form k^2 + 3.
1
4, 39, 259, 327, 403, 579, 679, 1027, 1159, 1299, 1603, 1939, 2119, 2307, 3139, 3603, 4359, 4627, 6087, 6403, 7747, 9607, 10003, 10407, 10819, 11667, 13459, 13927, 14403, 16387, 18499, 21907, 23107, 26899, 28903, 30279, 30979, 33127, 35347, 36103, 36867, 38419
OFFSET
1,1
COMMENTS
A242331 gives the corresponding values of k.
FORMULA
a(n) = A242331(n)^2 + 3.
EXAMPLE
259 is a term because 16^2 + 3 = 259 = 7*37.
MATHEMATICA
Select[Range[0, 200]^2 + 3, PrimeOmega[#] == 2 &] (* Amiram Eldar, Feb 18 2023 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Elmo R. Oliveira, Feb 18 2023
STATUS
approved