A161643 Sum of all numbers from the smallest up to the largest prime factor of the n-th composite.
2, 5, 2, 3, 14, 5, 27, 12, 2, 5, 14, 25, 65, 5, 5, 90, 3, 27, 14, 2, 63, 152, 18, 5, 189, 88, 14, 27, 65, 12, 275, 5, 7, 14, 150, 90, 5, 56, 27, 187, 434, 14, 495, 25, 2, 81, 65, 152, 273, 27, 5, 702, 12, 189, 45, 90, 14, 3, 860, 27, 143, 945, 432, 65, 14, 70, 275, 493, 1127, 180, 5, 27
Offset: 1
Examples
For n = 5, the 5th composite is 10 = 2*5. a(5) = 2+3+4+5 = 14.
Crossrefs
Cf. A002808.
Formula
Extensions
Replaced 80 by 90 in two places, R. J. Mathar, Jun 16 2009