This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A010398 #24 Jan 12 2024 06:33:21 %S A010398 0,1,3,4,7,9,10,11,12,16,21,25,26,27,28,30,33,34,36 %N A010398 Squares mod 37. %C A010398 A070459 sorted, dulicates removed. - _R. J. Mathar_, Jan 12 2024 %t A010398 Union[PowerMod[Range[37], 2, 37]] (* _Vincenzo Librandi_, Jan 31 2020 *) %o A010398 (Sage) [quadratic_residues(37)] # _Zerinvary Lajos_, May 24 2009 %o A010398 (Magma) [n: n in [0..36] | IsSquare(R! n) where R:= ResidueClassRing(37)]; // _Vincenzo Librandi_ Jan 31 2020 %Y A010398 Cf. A010435, A028750. %K A010398 nonn,fini,full %O A010398 1,3 %A A010398 _N. J. A. Sloane_