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 A101117 #10 Jul 26 2024 12:45:07 %S A101117 2,3,7,73,13799,600307,77197951,4866134641,36052921903 %N A101117 a(n) = the first prime yielding the record value A101116(n). %e A101117 a(6) = 600307 because 600307 is the first prime to which A101116(6) digits (18) can be prepended yielding a new prime each time (giving preference to the smallest digit which meets the requirement) - 600307, 3600307, 93600307, ..., 9912733515196363393600307. %o A101117 (Python) %o A101117 g = agen() # uses agen() and imports from A101116 %o A101117 print([next(g)[1] for n in range(1, 7)]) # _Michael S. Branicky_, Jun 24 2022 %Y A101117 Cf. A053583, A024785, A000040, A101115, A101116, A101118. %K A101117 base,more,nonn %O A101117 1,1 %A A101117 Chuck Seggelin (seqfan(AT)plastereddragon.com), Dec 02 2004 %E A101117 a(7)-a(8) from _Michael S. Branicky_, Jun 24 2022 %E A101117 a(9) from _Michael S. Branicky_, Jul 26 2024