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

Numbers n which can be expressed as sum of d consecutive primes (where d>0 is a divisor of n).
0

%I #2 Mar 31 2012 13:50:44

%S 2,3,5,7,8,11,12,13,15,17,18,19,23,24,29,30,31,36,37,41,42,43,47,48,

%T 52,53,59,60,61,67,68,71,72,73,78,79,83,84,88,89,90,97,100,101,103,

%U 107,109,112,113,119,120,127,128,131,132,137,138

%N Numbers n which can be expressed as sum of d consecutive primes (where d>0 is a divisor of n).

%e 30 is in the sequence because (d=2; 2|30) and 13+17=30.

%Y Cf. A082636, A082637.

%K easy,nonn

%O 1,1

%A _Naohiro Nomoto_, May 14 2003