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!)
A028794 Nonsquares mod 81. 1

%I #9 Dec 27 2019 16:21:17

%S 2,3,5,6,8,11,12,14,15,17,18,20,21,23,24,26,27,29,30,32,33,35,38,39,

%T 41,42,44,45,47,48,50,51,53,54,56,57,59,60,62,65,66,68,69,71,72,74,75,

%U 77,78,80

%N Nonsquares mod 81.

%t Complement[Range[0, 80], PowerMod[Range[81], 2, 81]] (* _Alonso del Arte_, Dec 27 2019 *)

%o (Scala) (0 to 80).diff((1 to 81).map(n => (n * n) % 81)) // _Alonso del Arte_, Dec 27 2019

%Y Cf. A010442.

%K nonn,fini,full,easy

%O 1,1

%A _N. J. A. Sloane_

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 March 29 08:46 EDT 2024. Contains 371267 sequences. (Running on oeis4.)