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!)
A203400 Partial sums of A050935. 2
0, 0, 1, 2, 3, 3, 2, 0, -2, -3, -2, 1, 5, 8, 8, 4, -3, -10, -13, -9, 2, 16, 26, 25, 10, -15, -39, -48, -32, 8, 57, 90, 83, 27, -62, -144, -170, -107, 38, 209, 317, 280, 72, -244, -523, -594, -349, 175, 770, 1120, 946, 177, -942, -1887, -2063, -1120, 768 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
a(n) = a(n-1) + A050935(n) for n > 1.
LINKS
PROG
(Haskell)
a203400 n = a203400_list !! (n-1)
a203400_list = scanl1 (+) a050935_list
CROSSREFS
Sequence in context: A357521 A279645 A198197 * A077869 A076585 A323186
KEYWORD
sign,changed
AUTHOR
Reinhard Zumkeller, Jan 01 2012
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 September 15 00:47 EDT 2024. Contains 375929 sequences. (Running on oeis4.)