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 A093671 #17 Sep 08 2022 08:45:13 %S A093671 13,1333333333333333,133333333333333333333333333333333333333333, %T A093671 133333333333333333333333333333333333333333333333333333333333333333333333333333333333 %N A093671 Primes of the form 10^k + 3*R_k, where R_k is the repunit (A002275) of length k. %H A093671 Vincenzo Librandi, <a href="/A093671/b093671.txt">Table of n, a(n) for n = 1..9</a> %H A093671 Makoto Kamada, <a href="https://stdkmd.net/nrr/1/13333.htm#prime">Prime numbers of the form 133...33</a>. %H A093671 <a href="/index/Pri#Pri_rep">Index entries for primes involving repunits</a> %t A093671 Select[Table[FromDigits[PadRight[{1}, n, 3]], {n, 500}], PrimeQ] (* _Vincenzo Librandi_, Apr 06 2019 *) %o A093671 (Magma) [a: n in [0..100] | IsPrime(a) where a is ((4*10^n-1) div 3)]; // _Vincenzo Librandi_, Apr 06 2019 %Y A093671 Cf. A002275 (repunits), A056698 (corresponding k). %K A093671 nonn %O A093671 1,1 %A A093671 _Rick L. Shepherd_, Apr 08 2004