login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A132994
Partial sums of A078930.
0
1, 6, 10, 23, 35, 55, 63, 92, 105, 161, 173, 225, 249, 289, 337, 398, 426, 491, 511, 655, 687, 747, 771, 887, 968, 1080, 1120, 1224, 1268, 1492, 1524, 1649, 1697, 1833, 1929, 2098, 2150, 2250, 2346, 2666, 2726, 2886, 2930, 3086, 3242, 3362, 3410, 3654, 3711
OFFSET
1,2
COMMENTS
a(10^5)=17924657155 ; a(10^8)=? (Problem 153 on projecteuler.net).
EXAMPLE
a(5) = 35 = A078930(1)+A078930(2)+A078930(3)+A078930(4)+A078930(5).
PROG
(PARI) vector(50, i, sum(j=1, i, A078930(j))) /* see A078930 */
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler, Nov 22 2007
STATUS
approved