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!)
A010422 Squares mod 61. 0

%I #22 Jan 28 2018 02:33:02

%S 0,1,3,4,5,9,12,13,14,15,16,19,20,22,25,27,34,36,39,41,42,45,46,47,48,

%T 49,52,56,57,58,60

%N Squares mod 61.

%C That is, numbers 0 <= n < 61 such that n is a square modulo 61.

%t Union[Mod[Range[0, 60]^2, 61]] (* _T. D. Noe_, Apr 21 2011 *)

%t Union[PowerMod[Range[0,600],2,61]] (* _Harvey P. Dale_, May 22 2014 *)

%o (Sage) [quadratic_residues(61)] # _Zerinvary Lajos_, May 24 2009

%o (PARI) for(n=0,60,if(issquare(Mod(n,61)),print1(n", "))) \\ _Franklin T. Adams-Watters_, Apr 21 2011

%K nonn,fini,full

%O 1,3

%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 September 14 13:32 EDT 2024. Contains 375921 sequences. (Running on oeis4.)