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 A235376 #13 Apr 08 2020 00:22:32 %S A235376 58,167,244,300,310,326,348,361,380,394,422,493,520,525,560,574,677, %T A235376 826,877,935,938,1010,1049,1116,1168,1201,1210,1212,1334,1346,1382, %U A235376 1411,1433,1585,1591,1640,1683,1750,1790,1796,1805,1848,1858,1891,1997,2032,2114 %N A235376 Positions of 9's in A235354. %C A235376 If prime(a(n)) is written in base k, 2<=k<=9, and the k-representation is read in decimal, then it will be a prime only for k=9. %o A235376 (PARI) isok(n) = {my(p = prime(n)); for (b = 2, 8, if (isprime(subst(Pol(digits(p, b)), x, 10)), return(0));); isprime(subst(Pol(digits(p, 9)), x, 10));} \\ _Michel Marcus_, Jan 18 2014 %Y A235376 Cf. A000040, A235354. %K A235376 nonn,base %O A235376 1,1 %A A235376 _Vladimir Shevelev_ and _Peter J. C. Moses_, Jan 08 2014