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!)
A028779 Nonsquares mod 66. 1
2, 5, 6, 7, 8, 10, 11, 13, 14, 17, 18, 19, 20, 21, 23, 24, 26, 28, 29, 30, 32, 35, 38, 39, 40, 41, 43, 44, 46, 47, 50, 51, 52, 53, 54, 56, 57, 59, 61, 62, 63, 65 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Complement[Range[0, 65], PowerMod[Range[66], 2, 66]] (* Alonso del Arte, Dec 22 2019 *)
PROG
(PARI) for(k=0, 66, if(!issquare(Mod(k, 66)), print1(k, ", "))) \\ Hugo Pfoertner, Dec 02 2019
(Scala) (0 to 65).diff((1 to 66).map(n => (n * n) % 66)) // Alonso del Arte, Dec 22 2019
CROSSREFS
Cf. A010427.
Sequence in context: A228374 A092206 A028746 * A050007 A047579 A028726
KEYWORD
nonn,fini,full,easy
AUTHOR
EXTENSIONS
Incorrect term 33 removed by Alonso del Arte, Dec 01 2019
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 23 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)