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 A377031 #6 Feb 16 2025 08:34:07 %S A377031 2,3,269,401,631,701,1321,2707,5471,6581 %N A377031 Numbers k such that (27^k - 2^k)/25 is prime. %C A377031 The definition implies that k must be a prime. %C A377031 a(11) > 10^5. %H A377031 P. Bourdelais, <a href="https://listserv.nodak.edu/cgi-bin/wa.exe?A2=NMBRTHRY;417ab0d6.0906">A Generalized Repunit Conjecture</a>. %H A377031 J. Brillhart et al., <a href="http://dx.doi.org/10.1090/conm/022">Factorizations of b^n +- 1</a>, Contemporary Mathematics, Vol. 22, Amer. Math. Soc., Providence, RI, 3rd edition, 2002. %H A377031 H. Dubner and T. Granlund, <a href="http://www.cs.uwaterloo.ca/journals/JIS/VOL3/DUBNER/dubner.html">Primes of the Form (b^n+1)/(b+1)</a>, J. Integer Sequences, 3 (2000), #P00.2.7. %H A377031 H. Lifchitz, <a href="http://www.primenumbers.net/Henri/us/MersFermus.htm">Mersenne and Fermat primes field</a> %H A377031 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Repunit.html">Repunit</a>. %t A377031 Select[Prime[Range[1000]], PrimeQ[(27^# - 2^#)/25] &] %Y A377031 Cf. A062587, A062589, A127996, A127997, A128344, A204940, A217320, A225807, A229542, A375161, A375236. %K A377031 nonn,hard,more %O A377031 1,1 %A A377031 _Robert Price_, Oct 13 2024