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.

A377389 Partial sums of A377388.

Original entry on oeis.org

0, 1, -1, -4, -9, -17, -23, -34, -47, -68, -84, -75, -117, -141, -166, -193, -227, -262, -308, -298, -296, -206, -164, -133, -107, -96, -66, -48, 10, 51, 71, 157, 200, 260, 305, 408, 456, 510, 615, 698, 650, 499, 344, 285, 198, 119, -27, 79, -78, -187, -405
Offset: 1

Views

Author

Rémy Sigrist, Oct 27 2024

Keywords

Examples

			a(3) = A377388(1) + A377388(2) + A377388(3) = 0 + 1 - 2 = -1.
		

Crossrefs

Cf. A377388.

Programs

Formula

a(n) = Sum_{k = 1..n} A377388(n).