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 A108332 #29 Oct 09 2023 03:15:54 %S A108332 2,3,637,2349,29455,175093 %N A108332 Integers k such that 10^k - 89 is prime. %C A108332 637 corresponds to a certified prime (Primo 2.2.0 beta). - _Ryan Propper_, Nov 06 2005 %C A108332 No additional terms < 40000. %C A108332 See Kamada link - primecount.txt for terms, primesize.txt for discovery details including probable or proved primes - search on "9w11". %H A108332 Makoto Kamada, <a href="https://stdkmd.net/nrr/prime/">List of near-repdigit-related prime numbers</a>. %H A108332 <a href="/index/Pri#Pri_rep">Index entries for primes involving repunits</a>. %e A108332 k = 3 is a term because 10^3 - 89 = 1000 - 89 = 911, which is prime. %t A108332 Do[If[PrimeQ[10^n - 89], Print[n]], {n, 2, 10^4}] (* _Ryan Propper_, Nov 06 2005 *) %Y A108332 Cf. A089675, A095714, A092767. %K A108332 nonn,more %O A108332 1,1 %A A108332 Julien Peter Benney (jpbenney(AT)ftml.net), Jun 30 2005 %E A108332 a(5) from _Robert Price_, Dec 15 2010 %E A108332 Edited by _Ray Chandler_, Dec 23 2010 %E A108332 a(6) from _Riley Fisher_, Oct 09 2023