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 A274910 #40 Oct 26 2023 23:36:59 %S A274910 5,5,19,61,3221,37,45319,7321,1772893,13421,1806113,1117,3158528101, %T A274910 1623931,195019441,6304673,50544702849929377,1772893, %U A274910 6115909044841454629,212601841,45319,1806113,3740221981231,20113,1856458657451,3158528101,5559917315850179173 %N A274910 Largest prime factor of 11^n - 1. %H A274910 <a href="/A274910/b274910.txt">Table of n, a(n) for n = 1..316</a> %H A274910 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. %F A274910 a(n) = A006530(A024127(n)). %e A274910 11^4 - 1 = 14640 = 2^4*3*5*61, so a(4) = 61. %t A274910 Table[FactorInteger[11^n - 1][[-1, 1]], {n, 40}] %o A274910 (Magma) [Maximum(PrimeDivisors(11^n-1)): n in [1..40]]; %Y A274910 Cf. A006530, A024127. %Y A274910 Cf. similar sequences listed in A274906. %K A274910 nonn %O A274910 1,1 %A A274910 _Vincenzo Librandi_, Jul 11 2016 %E A274910 Terms to a(70) in b-file from _Vincenzo Librandi_, Jul 13 2016 %E A274910 a(71)-a(306) in b-file from _Amiram Eldar_, Feb 08 2020 %E A274910 a(307)-a(316) in b-file from _Max Alekseyev_, Apr 25 2022, Oct 26 2023