OFFSET
0,2
COMMENTS
Partial sums of smallest number representable as the sum of 3 triangular numbers in exactly n ways. The subsequence of triangular numbers in the partial sum begins: 3, 15, 36. The subsequence of primes in the partial sum begins: 3, 1531, 11887, 17737, 37997, 43441.
FORMULA
a(n) = SUM[i=0..n] A061262(i).
EXAMPLE
a(13) = 0 + 3 + 12 + 21 + 52 + 57 + 91 + 121 + 136 + 211 + 192 + 226 + 409 = 1531 is prime.
CROSSREFS
KEYWORD
nonn
AUTHOR
Jonathan Vos Post, Apr 23 2010
STATUS
approved