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 A138050 #14 Jun 06 2021 19:23:23 %S A138050 0,11,39,323,12415,14655,27679 %N A138050 Numbers k such that 23^k + 2 is prime. %C A138050 No further terms < 100000. - _Ray Chandler_, Aug 03 2011 %H A138050 Henri & Renaud Lifchitz, <a href="http://www.primenumbers.net/prptop/searchform.php?form=23%5En%2B2&action=Search">PRP Records</a>. %t A138050 Do[ f = 23^n + 2; If[ PrimeQ[ f ], Print[ {n, f} ] ], {n, 1, 323} ] %o A138050 (PARI) is(n)=ispseudoprime(23^n+2) \\ _Charles R Greathouse IV_, Feb 17 2017 %Y A138050 Cf. A051783 (k such that 3^k + 2 is prime). %Y A138050 Cf. A087885 (k such that 5^k + 2 is prime). %Y A138050 Cf. A090649, A109076, A113480, A138048, A138049, A138051, A087886, A113481. %K A138050 nonn,more %O A138050 1,2 %A A138050 _Alexander Adamchuk_, Mar 02 2008 %E A138050 a(5)-a(7) from _Ray Chandler_, Aug 01 2011