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.

A142323 Primes congruent to 22 mod 45.

This page as a plain text file.
%I A142323 #12 Sep 08 2022 08:45:36
%S A142323 67,157,337,607,787,877,967,1237,1327,1597,1777,1867,2137,2677,2767,
%T A142323 2857,3037,3217,3307,3847,4027,4297,4567,4657,5107,5197,5557,5647,
%U A142323 5737,5827,6007,6277,6367,6547,6637,6907,6997,7177,7537,7717,8167,8527,8707,8887
%N A142323 Primes congruent to 22 mod 45.
%H A142323 Vincenzo Librandi, <a href="/A142323/b142323.txt">Table of n, a(n) for n = 1..1000</a>
%F A142323 a(n) ~ 24n log n. - _Charles R Greathouse IV_, Jul 02 2016
%t A142323 Select[Prime[Range[1200]], MemberQ[{22}, Mod[#, 45]] &] (* _Vincenzo Librandi_, Aug 26 2012 *)
%t A142323 Select[Range[22,9000,45],PrimeQ] (* _Harvey P. Dale_, Oct 21 2013 *)
%o A142323 (Magma) [p: p in PrimesUpTo(10000) | p mod 45 eq 22]; // _Vincenzo Librandi_, Aug 26 2012
%o A142323 (PARI) is(n)=isprime(n) && n%45==22 \\ _Charles R Greathouse IV_, Jul 02 2016
%Y A142323 Cf. A000040.
%K A142323 nonn,easy
%O A142323 1,1
%A A142323 _N. J. A. Sloane_, Jul 11 2008