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

A255889
Primes equal to the sum of three successive semiprimes.
2
19, 73, 107, 163, 233, 271, 719, 733, 839, 1129, 1187, 1231, 1597, 1693, 1733, 1777, 1847, 1871, 2053, 2137, 2287, 2423, 2521, 2543, 2593, 2677, 2719, 2843, 3217, 3229, 3257, 3491, 3623, 3659, 3853, 4019, 4027, 4219, 4231, 4243, 4441, 4591
OFFSET
1,1
EXAMPLE
19 = 4+6+9 = A001358(1)+A001358(2)+A001358(3);
73 = 22+25+26 = A001358(8)+A001358(9)+A001358(10).
MATHEMATICA
Select[Apply[Plus, Partition[Select[Range@ 1500, PrimeOmega[#] == 2 &], 3, 1], {1}], PrimeQ] (* Michael De Vlieger, Mar 10 2015 *)
CROSSREFS
Sequence in context: A127874 A289817 A321343 * A154406 A141960 A178541
KEYWORD
nonn
AUTHOR
Zak Seidov, Mar 09 2015
STATUS
approved