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.

A255332 Partial sums of A255331.

Original entry on oeis.org

-1, -1, -1, -5, -4, -4, -11, -11, -14, -13, -13, -10, -10, -16, -16, -22, -22, -25, -24, -24, -21, -21, -33, -33, -33, -38, -38, -34, -34, -40, -40, -46, -46, -49, -48, -48, -45, -45, -57, -57, -57, -50, -49, -61, -59, -59, -59, -64, -64, -60, -60, -72, -72, -72, -77, -77, -73, -73, -79, -79, -85, -85, -88, -87, -87, -84
Offset: 0

Views

Author

Antti Karttunen, Feb 21 2015

Keywords

Comments

a(805) = 54 is the first positive term.
Is a(836) = -32 the last negative term?
The conspicuous "noncontinuity" which occurs in the scatter plot for the first time at n=5790 is caused by a sudden negative record at A255331(5790) = -708. Note that A255328(5790) = 708.

Crossrefs

Analogous sequences: A218789, A230409.

Formula

a(0) = -1; for n >= 1: a(n) = a(n-1) + A255331(n).