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!)
A255508 Partial sums of A255437. 2
1, 3, 6, 7, 10, 15, 21, 28, 36, 37, 40, 45, 55, 66, 78, 91, 105, 120, 121, 124, 129, 136, 153, 171, 190, 210, 231, 253, 276, 300, 301, 304, 309, 316, 325, 351, 378, 406, 435, 465, 496, 528, 561, 595, 630, 631, 634, 639, 646, 655, 666, 703, 741, 780, 820, 861 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(Haskell)
a255508 n = a255508_list !! (n-1)
a255508_list = scanl1 (+) a255437_list
CROSSREFS
Sequence in context: A035000 A285569 A024412 * A262972 A115127 A258354
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 23 2015
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 23 09:45 EDT 2024. Contains 371905 sequences. (Running on oeis4.)