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 A138051 #27 Jun 07 2021 04:49:18 %S A138051 0,1,5,8,12,21,41,42,81,105,121,377,501,2401,14597,35381,59476,120536 %N A138051 Numbers k such that 27^k + 2 is prime. %C A138051 All terms are the exact thirds of terms of A051783 that are divisible by 3. %H A138051 Henri & Renaud Lifchitz, <a href="http://www.primenumbers.net/prptop/searchform.php?form=3%5En%2B2&action=Search">PRP Records</a>. %t A138051 Do[ f = 27^n + 2; If[ PrimeQ[ f ], Print[ {n, f} ] ], {n, 1, 2500} ] %o A138051 (PARI) is(n)=ispseudoprime(27^n+2) \\ _Charles R Greathouse IV_, Feb 17 2017 %Y A138051 Cf. A051783 (3^k + 2 is prime), A087885 (5^k + 2 is prime). %Y A138051 Cf. A090649, A109076, A113480, A138048, A138049, A138050, A087886, A113481. %Y A138051 Cf. A176495. %K A138051 nonn,more %O A138051 1,3 %A A138051 _Alexander Adamchuk_, Mar 02 2008 %E A138051 a(15)-a(17) from A051783 by _Ray Chandler_, Aug 06 2011 %E A138051 a(18) from _Robert Price_, May 12 2019