cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A203623 Partial sums of A061395.

Original entry on oeis.org

0, 1, 3, 4, 7, 9, 13, 14, 16, 19, 24, 26, 32, 36, 39, 40, 47, 49, 57, 60, 64, 69, 78, 80, 83, 89, 91, 95, 105, 108, 119, 120, 125, 132, 136, 138, 150, 158, 164, 167, 180, 184, 198, 203, 206, 215, 230, 232, 236, 239, 246, 252, 268, 270, 275, 279, 287
Offset: 1

Views

Author

Jacques ALARDET, Jan 04 2012

Keywords

Examples

			a(10) = a(9) + A061395(10) ; a(9)=16 ; A061395(10)=3 ;
a(10) = 16+3 = 19.
		

Formula

a(n) = a(n-1) + A061395(n)