A143125 Sum {j=1..n} j*A001462(j).
1, 5, 11, 23, 38, 62, 90, 122, 167, 217, 272, 344, 422, 506
Offset: 1
Keywords
Examples
a(4) = 23 = 1*1 + 2*2 + 3*2 + 4*12 = (1 + 4 + 6 + 12), given Golomb's sequence (1, 2, 2, 3, 3, 4, 4, 4,...). a(4) = 23 = sum of row 4 terms of triangle A143124: (8 + 7 + 5 + 3).