OFFSET
1,1
COMMENTS
a(36)=16626281 and a(68)=55710962 are also the sum of 6 consecutive semiprimes. - Zak Seidov, Jun 20 2017
Terms a(926)=1241801401 and a(1982)=3254552229 are also the sum of 6 and 7 consecutive semiprimes. - Zak Seidov, Jun 23 2017
LINKS
Zak Seidov, Table of n, a(n) for n = 1..2200 (a(8)-a(111) from Robert G. Wilson v)
EXAMPLE
MATHEMATICA
sp = Select[Range@ 10^7, PrimeOmega@# == 2 &];
l2 = Union[ Plus @@@ Partition[ Select[ sp, # < 10^7/2 &], 2, 1]];
l3 = Union[ Plus @@@ Partition[ Select[ sp, # < 10^7/3 &], 3, 1]];
l4 = Union[ Plus @@@ Partition[ Select[ sp, # < 10^7/4 &], 4, 1]];
l5 = Union[ Plus @@@ Partition[ Select[ sp, # < 10^7/5 &], 5, 1]];
Intersection[sp, l2, l3, l4, l5] (* Robert G. Wilson v, Jan 31 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Zak Seidov, Jan 31 2017
EXTENSIONS
a(8) onward from Robert G. Wilson v, Jan 31 2017
STATUS
approved