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!)
A010386 Squares mod 24. 1
0, 1, 4, 9, 12, 16 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MAPLE
sort(convert({seq(i^2 mod 24, i=0..12)}, list)); # Robert Israel, Apr 19 2017
MATHEMATICA
Union[PowerMod[Range[24], 2, 24]] (* Alonso del Arte, Apr 06 2017 *)
PROG
(Sage) [quadratic_residues(24)] # Zerinvary Lajos, May 24 2009
(Scala) (1 to 24).map(n => (n * n) % 24).toSet.toSeq.sorted // Alonso del Arte, Dec 24 2019
CROSSREFS
Sequence in context: A312852 A312853 A312854 * A094120 A066423 A355571
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 July 26 19:11 EDT 2024. Contains 374636 sequences. (Running on oeis4.)