The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A028737 Nonsquares mod 24. 1
2, 3, 5, 6, 7, 8, 10, 11, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The first 18 terms of A092206. - R. J. Mathar, Mar 21 2023
LINKS
MATHEMATICA
Complement[Range[0, 23], PowerMod[Range[0, 23], 2, 24]] (* Alonso del Arte, Nov 24 2019 *)
PROG
(Scala) val squaresMod24 = (0 to 23).map(n => n * n).map(_ % 24)
(0 to 23).diff(squaresMod24) // Alonso del Arte, Nov 24 2019
CROSSREFS
Cf. A010386.
Sequence in context: A307295 A047587 A285420 * A371731 A109423 A028801
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 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)