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!)
A255879 Partial sums of A256188. 3
1, 3, 4, 6, 10, 15, 16, 18, 21, 28, 36, 45, 46, 48, 51, 55, 66, 78, 91, 105, 106, 108, 111, 115, 120, 136, 153, 171, 190, 210, 211, 213, 216, 220, 225, 231, 253, 276, 300, 325, 351, 378, 379, 381, 384, 388, 393, 399, 406, 435, 465, 496, 528, 561, 595, 630 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Reinhard Zumkeller, Table of n, a(n) for n = 1..10000

MATHEMATICA

Accumulate[Table[If[OddQ[Sqrt[8n+1]], Range[(Sqrt[8n+1]-1)/2], n], {n, 50}]// Flatten] (* Harvey P. Dale, Jun 01 2020 *)

PROG

(Haskell)

a255879 n = a255879_list !! (n-1)

a255879_list = scanl1 (+) a256188_list

CROSSREFS

Cf. A256188, A255437.

Sequence in context: A302340 A310003 A085378 * A171096 A125869 A059618

Adjacent sequences: A255876 A255877 A255878 * A255880 A255881 A255882

KEYWORD

nonn

AUTHOR

Reinhard Zumkeller, Mar 26 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 March 31 18:36 EDT 2023. Contains 361672 sequences. (Running on oeis4.)