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.
%I A142324 #15 Sep 08 2022 08:45:36 %S A142324 23,113,293,383,563,653,743,1013,1103,1193,1283,1373,1553,1733,1823, %T A142324 1913,2003,2273,2543,2633,2903,3083,3533,3623,3803,4073,4253,4523, %U A142324 4703,4793,4973,5153,5333,5693,5783,6053,6143,6323,6863,7043,7583,7673,7853,8123 %N A142324 Primes congruent to 23 mod 45. %H A142324 Vincenzo Librandi, <a href="/A142324/b142324.txt">Table of n, a(n) for n = 1..1000</a> %F A142324 a(n) ~ 24n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A142324 Select[Range[23, 30000, 90], PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Jul 14 2011 *) %t A142324 Select[Prime[Range[1200]], MemberQ[{23}, Mod[#, 45]] &] (* _Vincenzo Librandi_, Aug 26 2012 *) %o A142324 (Magma) [p: p in PrimesUpTo(10000) | p mod 45 eq 23]; // _Vincenzo Librandi_, Aug 26 2012 %o A142324 (PARI) is(n)=isprime(n) && n%45==23 \\ _Charles R Greathouse IV_, Jul 02 2016 %Y A142324 Cf. A000040, A142322. %K A142324 nonn,easy %O A142324 1,1 %A A142324 _N. J. A. Sloane_, Jul 11 2008