A174990 Partial sums of A005606.
26, 41, 61, 81, 87, 93, 112, 131, 136, 150, 170, 175, 195, 215, 221, 227, 246, 265, 270, 284, 304, 324, 344, 364, 384, 404, 424, 444, 464, 484, 504, 524, 544, 564, 584, 604, 624, 644, 664, 684, 690, 696, 702, 708, 714, 720, 726, 732, 738, 744, 750, 756, 762
Offset: 0
Examples
a(10) = 26 + 15 + 20 + 20 + 6 + 6 + 19 + 19 + 5 + 14 = 150 because "zero" starts with the 26th letter, "one" starts with the 15th letter, "two" starts with the 20th letter and so forth.
Crossrefs
Cf. A005606.
Formula
a(n) = SUM[i=0..n] A005606(i).
Comments