login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A278514 Partial sums of A278513. 2
0, -1, 0, 0, -1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 2, 2, 1, 1, 1, 2, 1, 1, 0, 0, 0, -1, -2, -2, -2, -3, -3, -4, -3, -3, -3, -2, -2, -2, -3, -4, -4, -4, -3, -3, -3, -2, -2, -2, -3, -2, -2, -3, -2, -2, -2, -3, -3, -2, -1, -1, -1, -2, -2, -2, -3, -3, -4, -3, -4, -4, -4, -5, -5, -5, -4, -4, -3, -2, -2, -1, 0, 0, -1, -2, -3, -3, -3, -3, -3, -3, -4, -5, -5, -4, -4, -4, -3 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,15
LINKS
FORMULA
a(0) = 0; for n > 0, a(n) = A278513(n) + a(n-1).
PROG
(Scheme) (definec (A278514 n) (if (zero? n) n (+ (A278513 n) (A278514 (- n 1)))))
CROSSREFS
Sequence in context: A079674 A113193 A239110 * A243840 A117898 A212810
KEYWORD
sign
AUTHOR
Antti Karttunen, Nov 28 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 13:40 EDT 2024. Contains 371792 sequences. (Running on oeis4.)