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!)
A028782 Nonsquares mod 69. 1
2, 5, 7, 8, 10, 11, 14, 15, 17, 19, 20, 21, 22, 23, 26, 28, 29, 30, 32, 33, 34, 35, 37, 38, 40, 41, 42, 43, 44, 45, 47, 50, 51, 53, 56, 57, 59, 60, 61, 62, 63, 65, 66, 67, 68 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Complement[Range[0, 68], PowerMod[Range[69], 2, 69]] (* Alonso del Arte, Dec 23 2019 *)
PROG
(Scala) (0 to 68).diff((1 to 69).map(n => (n * n) % 69)) // Alonso del Arte, Dec 23 2019
CROSSREFS
Cf. A010430.
Sequence in context: A285352 A233745 A283778 * A025505 A285413 A184793
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 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)