[UVA] 1210 - Sum of Consecutive Prime Numbers
Some positive integers can be represented by a sum of one or more
consecutive prime numbers. How many such representations does a given
positive integer have? For example, the integer 53 has two
representations
5 + 7 + 11 + 13 + 17
and 53
. The integer 41
has three...