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 A097684 #34 Jan 20 2023 15:37:06 %S A097684 1,2,4,5,8,23,29,40,131,136,215,611,767,2153,2576,22973,42689,85712, %T A097684 85864,112067,538508,631715 %N A097684 Numbers k such that (10^k - 1)/9 + 6 is prime. %C A097684 Values indicate primes of the form "(k-1) ones followed by a seven". Related to the base-10 repunit primes. %C A097684 Some of the larger entries may only correspond to probable primes. %C A097684 a(20) > 10^5. - _Robert Price_, Jan 11 2015 %C A097684 Corresponding primes are equal to (10^k + 53)/9. - _Robert Price_, Jan 11 2015 %C A097684 a(23) > 6.7*10^5, determined by Rytis Slatkevičius. - _Jeppe Stig Nielsen_, Jan 20 2023 %H A097684 Makoto Kamada, <a href="https://stdkmd.net/nrr/1/11117.htm#prime">Prime numbers of the form 11...117</a>. %H A097684 <a href="/index/Pri#Pri_rep">Index entries for primes involving repunits</a> %F A097684 a(n) = A056655(n) + 1 for all n >= 0. %t A097684 Do[ If[ PrimeQ[(10^n - 1)/9 + 6], Print[n]], {n, 0, 5000}] (* _Robert G. Wilson v_, Oct 14 2004 *) %o A097684 (PARI) for (i=1,1000,if(isprime((10^i-1)/9 + 6),print1(i,","))) \\ Mohammed Bouayoun (mohammed.bouayoun(AT)sanef.com), Aug 23 2004 %Y A097684 Cf. A004023, A056655, A097683, A097685. %K A097684 nonn %O A097684 1,2 %A A097684 _Carl R. White_, Aug 19 2004 %E A097684 a(12)-a(13) from Mohammed Bouayoun (mohammed.bouayoun(AT)sanef.com), Aug 23 2004 %E A097684 a(12)-a(15) from _Rick L. Shepherd_, Aug 23 2004 %E A097684 a(16)-a(19) from _Robert Price_, Jan 11 2015 %E A097684 a(20) from _Serge Batalov_ and a(21)-a(22) from Rytis Slatkevičius communicated by _Jeppe Stig Nielsen_, Jan 20 2023