A082636 a(n) = smallest number which can be expressed as sum of d consecutive primes in exactly n ways (where d>0 is a divisor of the number).
2, 36, 240, 10320, 227304, 287787528
Offset: 1
Examples
For n=2: 36 is in the sequence because 36 has two ways: e.g. (d=2; 2|36) and 17+19=36, (d=4; 4|36) and 5+7+11+13=36. 36 is the smallest number. so a(2)=36.
Crossrefs
Cf. A082637.
Extensions
a(5)-a(6) from Donovan Johnson, Nov 11 2008