A373406 Sum of the n-th maximal run of odd primes differing by two.
15, 24, 36, 23, 60, 37, 84, 47, 53, 120, 67, 144, 79, 83, 89, 97, 204, 216, 113, 127, 131, 276, 300, 157, 163, 167, 173, 360, 384, 396, 211, 223, 456, 233, 480, 251, 257, 263, 540, 277, 564, 293, 307, 624, 317, 331, 337, 696, 353, 359, 367, 373, 379, 383
Offset: 1
Keywords
Examples
Row-sums of: 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97
Links
Crossrefs
Programs
-
Mathematica
Total/@Split[Select[Range[3,100],PrimeQ],#1+2==#2&]//Most
Comments