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!)
A071958 Numbers m such that Sum_{i=1..m} K(m,i) < 0 where K(x,y) is the Kronecker symbol (x/y). 2
67, 99, 115, 147, 163, 187, 267, 275, 283, 307, 315, 355, 379, 403, 427, 475, 507, 523, 531, 595, 619, 643, 675, 747, 763, 787, 883, 907, 931, 947, 955, 975, 1003, 1027, 1107, 1123, 1147, 1179, 1203, 1267, 1275, 1347, 1363, 1387, 1395, 1435, 1467, 1475 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
f[n_] := Sum[ KroneckerSymbol[n, k], {k, n}]; Select[ Range@ 1500, f[#] < 0 &] (* Robert G. Wilson v, Mar 21 2015 *)
PROG
(PARI) for(n=1, 1800, if(sum(i=1, n, kronecker(n, i))<0, print1(n, ", ")))
CROSSREFS
Cf. A071961.
Sequence in context: A260806 A180557 A127732 * A128197 A140541 A136077
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Jun 16 2002
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 April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)