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!)
A257998 Partial sums of A188967. 2

%I #4 May 18 2015 02:26:06

%S 0,1,1,2,3,3,3,3,4,5,6,7,8,8,8,8,8,8,8,8,9,9,10,11,12,13,14,15,16,17,

%T 18,18,19,20,20,20,21,21,21,21,21,21,21,21,21,21,21,22,22,22,22,22,23,

%U 24,24,24,25,25,26,27,28,29,30,30,31,32,33,34,35,36

%N Partial sums of A188967.

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

%o (Haskell)

%o a257998 n = a257998_list !! (n-1)

%o a257998_list = scanl1 (+) a188967_list

%Y Cf. A188967.

%K nonn

%O 1,4

%A _Reinhard Zumkeller_, May 18 2015

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.)