OFFSET
1,1
COMMENTS
Indices of negative terms in A038698. - Jianing Song, Feb 20 2019
LINKS
Robert Israel, Table of n, a(n) for n = 1..7804
Eric Weisstein's World of Mathematics, Chebyshev Bias
MAPLE
R:= NULL: count:= 0: v:= 0: p:= 2:
for i from 2 while count < 100 do
p:= nextprime(p);
if p mod 4 = 3 then v:= v+1
else v:= v-1
fi;
if v < 0 then R:= R, i; count:= count+1 fi
od:
R; # Robert Israel, Apr 17 2023
CROSSREFS
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Jul 01 2004
STATUS
approved