Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #5 Sep 01 2021 18:47:46
%S 0,1,2,3,4,3,4,3,4,5,4,5,6,7,6,5,6,7,8,7,6,5,6,7,8,9,10,11,10,9,8,9,
%T 10,11,12,13,14,15,14,15,14,13,12,13,14,13,14,13,14,15,16,17,18,17,18,
%U 17,16,15,14,13,12,13,14,13,14,13,14,13,14,15,16,15,16,15,16,17,16,15
%N Partial sums of A165574.
%C Period 263. There are no negative values as 263 is one of the primes in A095102.
%H A. Karttunen, <a href="/A165576/b165576.txt">Table of n, a(n) for n = 0..59701</a>
%t Accumulate[JacobiSymbol[Range[0,90],263]] (* _Harvey P. Dale_, Sep 01 2021 *)
%Y Similar sequences: A165575-A165579, A165472, A165477, A165482, A165582, A165587, A165592, A165597.
%K nonn
%O 0,3
%A _Antti Karttunen_, Sep 22 2009