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 A262377 #5 Sep 21 2015 11:47:59 %S A262377 2,3,5,7,11,13,31,43,47,61,67,71,17,19,79,89,23,83,101,107,103,109, %T A262377 113,97,29,37,41,53,127,137,157,167,251,257,269,281,419,359,431,353, %U A262377 439,59,73,163,313,331,373,659,709,761,701,857,877,883,941,971,977 %N A262377 Primes in A262358. %C A262377 a(n) = A262358(A262378(n)); %C A262377 a permutation of the prime numbers, cf. A262363. %H A262377 Reinhard Zumkeller, <a href="/A262377/b262377.txt">Table of n, a(n) for n = 1..400</a> %o A262377 (Haskell) %o A262377 a262377 n = a262377_list !! (n-1) %o A262377 a262377_list = filter ((== 1) . a010051') $ map a262358 [1..] %Y A262377 Cf. A262358, A010051, A262378, A262363. %K A262377 nonn %O A262377 1,1 %A A262377 _Reinhard Zumkeller_, Sep 20 2015