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.

A141926 Primes congruent to 22 mod 23.

This page as a plain text file.
%I A141926 #17 Apr 29 2025 13:37:26
%S A141926 137,229,367,643,827,919,1103,1471,1609,1747,1931,2069,2161,2207,2437,
%T A141926 2621,2713,2851,2897,3449,3541,3863,4001,4093,4139,4231,4507,4691,
%U A141926 4783,4967,5059,5197,5381,5519,5657,5749,6163,6301,6577,6761,6899,6991,7129,7451
%N A141926 Primes congruent to 22 mod 23.
%C A141926 Primes congruent to 45 mod 46. - _Chai Wah Wu_, Apr 29 2025
%H A141926 Harvey P. Dale, <a href="/A141926/b141926.txt">Table of n, a(n) for n = 1..1000</a>
%t A141926 Select[Range[22,20000,23],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 18 2011 *)
%o A141926 (Magma) [p: p in PrimesUpTo(9000) | p mod 23 eq 22 ]; // _Vincenzo Librandi_, Aug 16 2012
%o A141926 (PARI) is(n)=isprime(n) && n%23==22 \\ _Charles R Greathouse IV_, Jul 01 2016
%Y A141926 Cf. A000040.
%K A141926 nonn,easy
%O A141926 1,1
%A A141926 _N. J. A. Sloane_, Jul 11 2008