Sets of Consecutive primes that can be split in equal parts

52 Views Asked by At

Consider the following sequence of primes: 5,7,11,13,17,19. We can split this sequence between 13 and 17 so that 5+7+11+13=17+19. Can we find such sequences of arbitrary large length? Or even sequences that can be split into arbitrary many equal sums? I would think this is quite similar to having arbitrary large arithmic progressions, thus I'd suspect this property for any set whose reciprocals diverge. Any thoughts?