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 A093675 #20 Sep 08 2022 08:45:13 %S A093675 7,73,733,7333,733333, %T A093675 733333333333333333333333333333333333333333333333333333, %U A093675 733333333333333333333333333333333333333333333333333333333 %N A093675 Primes of the form 7*10^k + 3*R_k, where R_k is the repunit (A002275) of length k. %C A093675 The next term (a(8)) has 344 digits. - _Harvey P. Dale_, Nov 11 2014 %H A093675 Makoto Kamada, <a href="https://stdkmd.net/nrr/7/73333.htm#prime">Prime numbers of the form 733...33</a>. %H A093675 <a href="/index/Pri#Pri_rep">Index entries for primes involving repunits</a> %t A093675 Select[Table[FromDigits[PadRight[{7},n,3]],{n,500}],PrimeQ] (* _Harvey P. Dale_, Nov 11 2014 *) %o A093675 (Magma) [a: n in [0..200] | IsPrime(a) where a is (22*10^n-1) div 3 ]; // _Vincenzo Librandi_, May 08 2019 %Y A093675 Cf. A002275, A056720 (corresponding k). %K A093675 nonn %O A093675 1,1 %A A093675 _Rick L. Shepherd_, Apr 08 2004