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 A101393 #20 Jul 08 2021 03:11:04 %S A101393 1,2,218,692,1805,2207,2873,59135 %N A101393 Numbers k such that 3*10^k + R_k + 6 is prime, where R_k = 11...1 is the repunit (A002275) of length k. %C A101393 Also numbers k such that (28*10^k + 53)/9 is prime. %C A101393 All except 1, 2 and 218 only probably prime. No others less than 10000. %H A101393 Makoto Kamada, <a href="https://stdkmd.net/nrr/3/31117.htm#prime">Prime numbers of the form 311...117</a>. %H A101393 <a href="/index/Pri#Pri_rep">Index entries for primes involving repunits</a>. %F A101393 a(n) = A101826(n) + 1. %e A101393 n = 1, 2 are members since 37 and 317 are primes. %t A101393 Do[ If[ PrimeQ[(28*10^n+53)/9], Print[n]], {n, 0, 10000}] %Y A101393 Cf. A100501, A100473, A101826. %K A101393 nonn %O A101393 1,2 %A A101393 Julien Peter Benney (jpbenney(AT)ftml.net), Jan 15 2005 %E A101393 a(8) from Kamada data by _Robert Price_, Dec 13 2010