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.

A142111 Primes congruent to 35 mod 36.

This page as a plain text file.
%I A142111 #11 Sep 08 2022 08:45:35
%S A142111 71,107,179,251,359,431,467,503,647,683,719,827,863,971,1151,1187,
%T A142111 1223,1259,1367,1439,1511,1583,1619,1871,1907,1979,2087,2267,2339,
%U A142111 2411,2447,2591,2663,2699,2843,2879,3023,3167,3203,3347,3491,3527,3671,3779,3851
%N A142111 Primes congruent to 35 mod 36.
%H A142111 Vincenzo Librandi, <a href="/A142111/b142111.txt">Table of n, a(n) for n = 1..1000</a>
%F A142111 a(n) ~ 12n log n. - _Charles R Greathouse IV_, Jul 02 2016
%t A142111 Select[Prime[Range[1500]],MemberQ[{35},Mod[#,36]]&] (* _Vincenzo Librandi_, Aug 19 2012 *)
%t A142111 Select[Range[35,4000,36],PrimeQ] (* _Harvey P. Dale_, Dec 25 2017 *)
%o A142111 (Magma) [p: p in PrimesUpTo(5000) | p mod 36 eq 35 ]; // _Vincenzo Librandi_, Aug 19 2012
%o A142111 (PARI) is(n)=isprime(n) && n%36==35 \\ _Charles R Greathouse IV_, Jul 02 2016
%Y A142111 Cf. A000040.
%K A142111 nonn,easy
%O A142111 1,1
%A A142111 _N. J. A. Sloane_, Jul 11 2008