cp's OEIS Frontend

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.

A093838 Primes of the form 36n + 1.

This page as a plain text file.
%I A093838 #15 Apr 03 2023 10:36:10
%S A093838 37,73,109,181,397,433,541,577,613,757,829,937,1009,1117,1153,1297,
%T A093838 1549,1621,1657,1693,1801,1873,2017,2053,2089,2161,2269,2341,2377,
%U A093838 2521,2557,2593,2917,2953,3061,3169,3313,3457,3529,3637,3673,3709,3853,3889,4177
%N A093838 Primes of the form 36n + 1.
%C A093838 Used in a primality test.
%H A093838 Vincenzo Librandi, <a href="/A093838/b093838.txt">Table of n, a(n) for n = 1..1000</a>
%H A093838 Chris, Caldwell. <a href="https://t5k.org/curios/includes/file.php?file=primetest.html">Prime test</a>.
%t A093838 Select[Prime[Range[2000]],MemberQ[{1},Mod[#,36]]&] (* _Vincenzo Librandi_, Aug 19 2012 *)
%t A093838 Select[Range[1,4200,36],PrimeQ] (* _Harvey P. Dale_, Sep 11 2013 *)
%o A093838 (Magma) [p: p in PrimesUpTo(5000) | p mod 36 eq 1]; // _Vincenzo Librandi_, Aug 19 2012
%K A093838 nonn
%O A093838 1,1
%A A093838 Jun Mizuki (suzuki32(AT)sanken.osaka-u.ac.jp), May 21 2004
%E A093838 Edited by _N. J. A. Sloane_, Jun 17 2014 at the suggestion of _Bruno Berselli_.