A172295 Partial sums of A023201.
5, 12, 23, 36, 53, 76, 107, 144, 185, 232, 285, 346, 413, 486, 569, 666, 767, 870, 977, 1108, 1259, 1416, 1583, 1756, 1947, 2140, 2363, 2590, 2823, 3074, 3331, 3594, 3865, 4142, 4449, 4760, 5091, 5438, 5791, 6158, 6531, 6914, 7347, 7790, 8247
Offset: 1
Examples
a(19) = 5 + 7 + 11 + 13 + 17 + 23 + 31 + 37 + 41 + 47 + 53 + 61 + 67 + 73 + 83 + 97 + 101 + 103 + 107 = 977, which is A023201(73).
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Accumulate[Select[Prime[Range[120]],PrimeQ[#+6]&]] (* Harvey P. Dale, Jan 18 2020 *)
Extensions
More terms from Sean A. Irvine, Sep 27 2011
Comments