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!)
A187845 Partial sums of A187844. 2
0, -1, -3, -6, -10, -15, -21, -28, -36, -45, -45, -44, -42, -39, -35, -30, -24, -17, -9, 0, 0, 2, 6, 12, 20, 30, 42, 56, 72, 90, 90, 93, 99, 108, 120, 135, 153, 174, 198, 225, 225, 229, 237, 249, 265, 285, 309, 337, 369, 405, 405, 410, 420, 435, 455, 480, 510, 545, 585, 630, 630, 636, 648, 666 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
PROG
(Haskell)
a187845 n = a187845_list !! (n-1)
a187845_list = scanl1 (+) $ map a187844 [0..]
-- Reinhard Zumkeller, Jan 29 2014
CROSSREFS
Cf. A061076.
Sequence in context: A107082 A267238 A256379 * A130488 A061076 A054632
KEYWORD
sign,base,look
AUTHOR
Reinhard Zumkeller, Mar 14 2011
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 16 11:32 EDT 2024. Contains 371711 sequences. (Running on oeis4.)