A291803 Partial sums of A230625.
1, 3, 6, 16, 21, 32, 39, 50, 64, 85, 96, 139, 152, 175, 204, 224, 241, 287, 306, 391, 422, 465, 488, 535, 557, 602, 617, 704, 733, 826, 857, 878, 937, 1018, 1065, 1239, 1276, 1359, 1420, 1513, 1554, 1649, 1692, 1863, 1980, 2067, 2114, 2197, 2227, 2313, 2426
Offset: 1
Keywords
Links
- N. J. A. Sloane, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
A230625 = Cases[Import["https://oeis.org/A230625/b230625.txt", "Table"], {, }][[All, 2]]; Accumulate[A230625] (* Robert Price, Mar 16 2020 *)
Comments