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 A193214 #12 Oct 29 2024 14:17:40 %S A193214 7,17,41,43,59,67,83,101,109,127,151,193,211,227,229,263,269,271,313, %T A193214 331,337,347,373,389,397,431,433,439,449,457,491,499,509,541,557,577, %U A193214 593,601,617,619,643,653,659,661,677,701,719,727,761,769,787,797,821 %N A193214 Primes in A007066. %C A193214 Complement of A193213 with respect to A000040, primes. %C A193214 Intersection of A007066 and A000040. %H A193214 Reinhard Zumkeller, <a href="/A193214/b193214.txt">Table of n, a(n) for n = 1..10000</a> %o A193214 (Haskell) %o A193214 a193214 n = a193214_list !! (n-1) %o A193214 a193214_list = filter ((== 1) . a010051) a007066_list %Y A193214 Cf. A000040, A007066, A193213. %K A193214 nonn %O A193214 1,1 %A A193214 _Reinhard Zumkeller_, Sep 18 2011