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 A132287 #5 Nov 05 2013 12:45:40 %S A132287 3,5,7,101,131,151,181,283,293,313,353,647,677,727,829,839,859,9091, %T A132287 9391,9491,9791,10301,10501,10601,11311,11411,11821,12421,12721,13331, %U A132287 13841,14341,14551,14851,14951,15451,15461,15661,15761,16061,16361,16871,17581 %N A132287 Primes in A132286. %o A132287 (PARI) lista(nn) = {for(n=1, nn, if (isA132285(n) && isprime(p=n/11), print1(p, ", ");););} \\ _Michel Marcus_, Nov 05 2013 %Y A132287 Cf. A132285, A132286. %K A132287 base,nonn %O A132287 1,1 %A A132287 _Artur Jasinski_, Aug 16 2007 %E A132287 More terms from _Michel Marcus_, Nov 05 2013