A096102 a(1) = 1, a(2) = 3; for n > 2: a(n) = smallest (odd) number not occurring earlier such that the sum of each section of odd length >=3 is prime.
1, 3, 7, 9, 21, 13
Offset: 1
Keywords
Examples
1+3+7 = 11, 3+7+9 = 19, 7+9+21 = 37, 9+21+13 = 43, 1+3+7+9+21 = 41, 3+7+9+21+13 = 53 are all prime.
Extensions
Edited and corrected by Klaus Brockhaus, Jun 29 2004
Comments