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

%I #8 Jul 13 2013 12:04:20

%S 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,

%T -39,-48,-32,8,57,90,83,27,-62,-144,-170,-107,38,209,317,280,72,-244,

%U -523,-594,-349,175,770,1120,946,177,-942,-1887,-2063,-1120,768

%N Partial sums of A050935.

%C a(n) = a(n-1) + A050935(n) for n > 1.

%H Reinhard Zumkeller, <a href="/A203400/b203400.txt">Table of n, a(n) for n = 1..10000</a>

%o (Haskell)

%o a203400 n = a203400_list !! (n-1)

%o a203400_list = scanl1 (+) a050935_list

%K sign

%O 1,4

%A _Reinhard Zumkeller_, Jan 01 2012

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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)