A082634 Numbers n which can be expressed as sum of d consecutive primes (where d>0 is a divisor of n).
2, 3, 5, 7, 8, 11, 12, 13, 15, 17, 18, 19, 23, 24, 29, 30, 31, 36, 37, 41, 42, 43, 47, 48, 52, 53, 59, 60, 61, 67, 68, 71, 72, 73, 78, 79, 83, 84, 88, 89, 90, 97, 100, 101, 103, 107, 109, 112, 113, 119, 120, 127, 128, 131, 132, 137, 138
Offset: 1
Examples
30 is in the sequence because (d=2; 2|30) and 13+17=30.