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!)
A010419 Squares mod 58. 2
0, 1, 4, 5, 6, 7, 9, 13, 16, 20, 22, 23, 24, 25, 28, 29, 30, 33, 34, 35, 36, 38, 42, 45, 49, 51, 52, 53, 54, 57 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
Union[PowerMod[Range[58], 2, 58]] (* Alonso del Arte, Nov 29 2019 *)
PROG
(Sage) [quadratic_residues(58)] # Zerinvary Lajos, May 24 2009
(Scala) (1 to 58).map(n => n * n).map(_ % 58).toSet.toSeq.sorted // Alonso del Arte, Nov 29 2019
CROSSREFS
Row 58 of A096008.
Sequence in context: A047568 A139453 A010391 * A332486 A255137 A047260
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)