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!)
A010388 Squares mod 26. 1
0, 1, 3, 4, 9, 10, 12, 13, 14, 16, 17, 22, 23, 25 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
Union[PowerMod[Range[0, 25], 2, 26]] (* Alonso del Arte, Nov 26 2019 *)
PROG
(Sage) [quadratic_residues(26)] # Zerinvary Lajos, May 24 2009
(Scala) (0 to 25).map(n => n * n).map(_ % 26).toSet.toSeq.sorted // Alonso del Arte, Nov 26 2019
CROSSREFS
Cf. A028739.
Sequence in context: A280632 A178462 A010376 * A283973 A276672 A010400
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 27 23:22 EDT 2024. Contains 372020 sequences. (Running on oeis4.)