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!)
A028763 Nonsquares mod 50. 1
2, 3, 5, 7, 8, 10, 12, 13, 15, 17, 18, 20, 22, 23, 27, 28, 30, 32, 33, 35, 37, 38, 40, 42, 43, 45, 47, 48 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Complement[Range[0, 49], PowerMod[Range[50], 2, 50]] (* Alonso del Arte, Dec 25 2019 *)
PROG
(Scala) (0 to 49).diff((1 to 50).map(n => (n * n) % 50)) // Alonso del Arte, Dec 25 2019
CROSSREFS
Cf. A010411.
Sequence in context: A003258 A028738 A047222 * A285977 A186344 A186317
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 26 04:03 EDT 2024. Contains 371989 sequences. (Running on oeis4.)