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 A056263 #30 Jan 17 2019 13:44:05 %S A056263 1,3,27,155,321,351,1211,1283,7983,15191,84771,119929,148859 %N A056263 Indices of primes in sequence defined by A(0) = 77, A(n) = 10*A(n-1) + 27 for n > 0. %C A056263 Numbers n such that (720*10^n - 27)/9 is a prime. %C A056263 Numbers n such that digit 7 followed by n >= 0 occurrences of digit 9 followed by digit 7 is a prime. %C A056263 Numbers corresponding to terms <= 1283 are certified primes. For larger numbers see P. De Geest, PDP Reference Table. %D A056263 Klaus Brockhaus and Walter Oberschelp, Zahlenfolgen mit homogenem Ziffernkern, MNU 59/8 (2006), pp. 462-467. %H A056263 Patrick De Geest, <a href="http://www.worldofnumbers.com/deplat.htm#pdp797">PDP Reference Table - 797</a>. %H A056263 Makoto Kamada, <a href="https://stdkmd.net/nrr/7/79997.htm#prime">Prime numbers of the form 799...997</a>. %H A056263 <a href="/index/Pri#Pri_rep">Index entries for primes involving repunits</a>. %F A056263 a(n) = A082716(n) - 2. %e A056263 797 is a prime, hence 1 is a term. %o A056263 (PARI) a=77;for(n=0,1500,if(isprime(a),print1(n,","));a=10*a+27) %o A056263 (PARI) for(n=0,1500,if(isprime((720*10^n-27)/9),print1(n,","))) %Y A056263 Cf. A000533, A002275, A082716. %K A056263 nonn,more %O A056263 1,2 %A A056263 _Robert G. Wilson v_, Aug 18 2000 %E A056263 Additional comments from _Klaus Brockhaus_ and Walter Oberschelp (oberschelp(AT)informatik.rwth-aachen.de), Dec 03 2004 %E A056263 Edited by _N. J. A. Sloane_ at the suggestion of _Andrew S. Plewe_, Jun 08 2007 %E A056263 Update from De Geest link by Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 02 2008 %E A056263 a(11)=84771 from _Ray Chandler_, Jan 04 2011 %E A056263 a(12)=119929 from _Ray Chandler_, Apr 01 2011 %E A056263 a(13)=148859 from _Ray Chandler_, Apr 09 2011 %E A056263 Updated comments section by _Patrick De Geest_, Nov 02 2014 %E A056263 Edited by _Ray Chandler_, Nov 04 2014