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!)
A010379 Squares mod 17. 3

%I #19 Dec 17 2019 02:40:24

%S 0,1,2,4,8,9,13,15,16

%N Squares mod 17.

%t Union[PowerMod[Range[17], 2, 17]] (* _Alonso del Arte_, Dec 17 2019 *)

%o (Sage) [quadratic_residues(17)] # _Zerinvary Lajos_, May 24 2009

%o (Scala) (1 to 17).map(n => (n * n) % 17).toSet.toSeq.sorted // _Alonso del Arte_, Dec 17 2019

%Y Row 17 of A096008.

%Y Cf. A028730, A136805.

%K nonn,fini,full

%O 1,3

%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 9 04:49 EDT 2024. Contains 372341 sequences. (Running on oeis4.)