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 #6 May 17 2017 02:48:37
%S 0,1,-1,-1,1,1,1,1,-1,1,-1,1,-1,1,-1,-1,1,1,-1,-1,1,-1,-1,1,1,1,-1,-1,
%T 1,1,1,1,-1,-1,-1,1,1,1,1,-1,-1,-1,1,1,1,1,-1,1,-1,1,-1,-1,1,-1,1,1,
%U -1,1,-1,-1,-1,1,-1,1,1,1,1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,1,1,1,1,1,1,1
%N Legendre symbol (n,514229).
%C 514229 is the 9th Fibonacci prime, A005478(9) = A000045(29).
%H A. Karttunen, <a href="/A165586/b165586.txt">Table of n, a(n) for n = 0..514229</a>
%t Table[JacobiSymbol[n, 514229], {n, 0, 100}] (* _Jean-François Alcover_, May 17 2017 *)
%Y Partial sums: A165587.
%K sign,mult
%O 0,1
%A _Antti Karttunen_, Sep 22 2009