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 A262363 #4 Sep 21 2015 11:46:40 %S A262363 2,3,5,7,11,13,17,19,23,31,101,41,103,61,71,107,29,43,53,37,73,83,109, %T A262363 47,59,67,79,97,89,113,401,601,701,211,503,307,311,409,509,607,709, %U A262363 907,809,1009,127,131,2003,313,4001,137,7001,139,9001,1103,3001,1201 %N A262363 Primes in A262356. %C A262363 a(n) = A262356(A262371(n)); %C A262363 a permutation of the prime numbers, cf. A262377. %H A262363 Reinhard Zumkeller, <a href="/A262363/b262363.txt">Table of n, a(n) for n = 1..1000</a> %o A262363 (Haskell) %o A262363 a262363 n = a262363_list !! (n-1) %o A262363 a262363_list = filter ((== 1) . a010051') a262356_list %Y A262363 Cf. A262356, A010051, A262371, A262377. %K A262363 nonn %O A262363 1,1 %A A262363 _Reinhard Zumkeller_, Sep 20 2015