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!)
A010424 Squares mod 63. 1
0, 1, 4, 7, 9, 16, 18, 22, 25, 28, 36, 37, 43, 46, 49, 58 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
Union[PowerMod[Range[63], 2, 63]] (* Alonso del Arte, Dec 21 2019 *)
PROG
(Sage) [quadratic_residues(63)] # Zerinvary Lajos, May 24 2009
(Scala) (1 to 63).map(n => (n * n) % 63).toSet.toSeq.sorted // Alonso del Arte, Dec 21 2019
CROSSREFS
Row 63 of A096008.
Cf. A028776.
Sequence in context: A024797 A271253 A271542 * A044903 A359016 A281144
KEYWORD
nonn,fini,full,easy
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)