The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A239324 Partial sums of A090431. 2
0, -1, -2, -4, -7, -4, -2, -3, -5, -1, -11, -13, -20, -21, -23, -28, -29, -35, -33, -36, -42, -49, -61, -67, -78, -87, -81, -76, -74, -73, -75, -81, -81, -86, -92, -98, -96, -99, -98, -100, -107, -119, -123, -127, -132, -140, -149, -142, -137, -135, -143 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n+1) = a(n) + A090431(n).
LINKS
PROG
(Haskell)
a239324 n = a239324_list !! (n-1)
a239324_list = scanl (+) 0 a090431_list
CROSSREFS
base
Sequence in context: A063733 A187089 A141330 * A114375 A198503 A129200
KEYWORD
sign
AUTHOR
Reinhard Zumkeller, Mar 16 2014
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 June 10 10:32 EDT 2024. Contains 373264 sequences. (Running on oeis4.)