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

A092192
Semiprimes that are the sum of two successive semiprimes.
13
10, 15, 51, 69, 77, 85, 95, 106, 115, 134, 143, 159, 178, 187, 201, 217, 226, 237, 262, 267, 291, 301, 327, 335, 346, 355, 361, 381, 395, 403, 411, 415, 422, 427, 437, 447, 502, 527, 565, 586, 597, 614, 623, 633, 649, 669, 674, 687, 713, 723, 758, 763, 789
OFFSET
1,1
LINKS
EXAMPLE
51 is a member because 51=25+26, sum of 9th and 10th semiprimes.
MATHEMATICA
Select[Total/@Partition[Select[Range[400], PrimeOmega[#]==2&], 2, 1], PrimeOmega[ #]==2&] (* Harvey P. Dale, Jan 19 2019 *)
CROSSREFS
Cf. A092191.
Sequence in context: A188651 A330203 A272307 * A119039 A047189 A278921
KEYWORD
easy,nonn
AUTHOR
Zak Seidov, Feb 23 2004
STATUS
approved