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!)
A010433 Squares mod 72. 1
0, 1, 4, 9, 16, 25, 28, 36, 40, 49, 52, 64 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
Union[PowerMod[Range[72], 2, 72]] (* Alonso del Arte, Dec 24 2019 *)
PROG
(Sage) [quadratic_residues(72)] # Zerinvary Lajos, May 24 2009
(Scala) (1 to 72).map(n => (n * n) % 72).toSet.toSeq.sorted // Alonso del Arte, Dec 24 2019
(PARI) Set(lift(apply(sqr, Mod([1..16], 72)))) \\ Charles R Greathouse IV, Dec 24 2019
CROSSREFS
Cf. A028785.
Sequence in context: A254719 A266918 A086132 * A175592 A331219 A337534
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 May 8 13:24 EDT 2024. Contains 372333 sequences. (Running on oeis4.)