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
0, 1, 2, 4, 8, 9, 13, 15, 16 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
Union[PowerMod[Range[17], 2, 17]] (* Alonso del Arte, Dec 17 2019 *)
PROG
(Sage) [quadratic_residues(17)] # Zerinvary Lajos, May 24 2009
(Scala) (1 to 17).map(n => (n * n) % 17).toSet.toSeq.sorted // Alonso del Arte, Dec 17 2019
CROSSREFS
Row 17 of A096008.
Sequence in context: A182852 A318083 A033858 * A010395 A136805 A035258
KEYWORD
nonn,fini,full
AUTHOR
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 28 06:27 EDT 2024. Contains 372020 sequences. (Running on oeis4.)