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!)
A028805 Nonsquares mod 92. 1

%I #9 Dec 23 2019 06:06:30

%S 2,3,5,6,7,10,11,14,15,17,18,19,20,21,22,23,26,27,28,30,31,33,34,35,

%T 37,38,39,40,42,43,44,45,46,47,50,51,53,54,55,56,57,58,59,60,61,62,63,

%U 65,66,67,68,70,71,74,75,76,78,79,80,82,83,84,86,87,88,89,90,91

%N Nonsquares mod 92.

%t Complement[Range[0, 91], PowerMod[Range[92], 2, 92]] (* _Alonso del Arte_, Dec 23 2019 *)

%o (Scala) (0 to 91).diff((1 to 92).map(n => (n * n) % 92)) // _Alonso del Arte_, Dec 23 2019

%Y Cf. A010453.

%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 April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)