The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A028788 Nonsquares mod 75. 1

%I #10 Dec 25 2019 23:12:45

%S 2,3,5,7,8,10,11,12,13,14,15,17,18,20,22,23,26,27,28,29,30,32,33,35,

%T 37,38,40,41,42,43,44,45,47,48,50,52,53,55,56,57,58,59,60,62,63,65,67,

%U 68,70,71,72,73,74

%N Nonsquares mod 75.

%t Complement[Range[0, 74], PowerMod[Range[75], 2, 75]] (* _Alonso del Arte_, Dec 25 2019 *)

%o (Scala) (0 to 74).diff((1 to 75).map(n => (n * n) % 75))

%Y Cf. A010436.

%K nonn,fini,full,easy

%O 1,1

%A _N. J. A. Sloane_

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 May 20 13:06 EDT 2024. Contains 372714 sequences. (Running on oeis4.)