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.

A141915 Primes congruent to 11 mod 23.

This page as a plain text file.
%I A141915 #18 Sep 08 2022 08:45:35
%S A141915 11,103,149,241,379,563,701,839,977,1069,1483,1621,1667,1759,2081,
%T A141915 2311,2357,2633,2909,3001,3323,3461,3691,3967,4013,4243,4289,4519,
%U A141915 4657,4703,4933,5209,5347,5393,5531,5623,5669,5807,6037,6221,6359,6451,6911,7187
%N A141915 Primes congruent to 11 mod 23.
%H A141915 Vincenzo Librandi, <a href="/A141915/b141915.txt">Table of n, a(n) for n = 1..1000</a>
%F A141915 a(n) ~ 22n log n. - _Charles R Greathouse IV_, Jul 03 2016
%t A141915 Select[Range[11,10000,23],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Apr 05 2011 *)
%o A141915 (Magma) [p: p in PrimesUpTo(8000) | p mod 23 eq 11 ]; // _Vincenzo Librandi_, Aug 16 2012
%o A141915 (PARI) is(n)=isprime(n) && n%23==11 \\ _Charles R Greathouse IV_, Jul 03 2016
%Y A141915 Cf. A000040, A040984, A141908, A100201.
%K A141915 nonn,easy
%O A141915 1,1
%A A141915 _N. J. A. Sloane_, Jul 11 2008