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 A074479 #25 Sep 08 2022 08:45:07 %S A074479 2,3,31,13,71,31,19531,313,829,521,12207031,601,305175781,19531,1741, %T A074479 11489,466344409,5167,3981071,9161,519499,12207031,332207361361, %U A074479 390001,9384251,305175781,31051,234750601,22125996444329,7621 %N A074479 Largest prime factor of 5^n - 1. %H A074479 <a href="/A074479/b074479.txt">Table of n, a(n) for n = 1..502</a> %H A074479 S. S. Wagstaff, Jr., <a href="http://www.cerias.purdue.edu/homes/ssw/cun/index.html">The Cunningham Project</a> %F A074479 a(n) = A006530(A024049(n)). - _Vincenzo Librandi_, Jul 13 2016 %e A074479 5^9 - 1 = 1953124 = (2^2)*19*31*829, so a(9) = 829. %t A074479 Table[FactorInteger[5^n - 1] [[-1, 1]], {n, 30}] (* _Vincenzo Librandi_, Aug 23 2013 *) %o A074479 (PARI) for(n=1,32, v=factor(5^n-1); print1(v[matsize(v)[1],1],",")) %o A074479 (Magma) [Maximum(PrimeDivisors(5^n-1)): n in [1..45]]; // _Vincenzo Librandi_, Jul 13 2016 %Y A074479 Cf. A074478 (largest prime factor of 5^n + 1), A074477 (largest prime factor of 3^n - 1), A074249 (largest prime factor of 7^n - 1). %Y A074479 Cf. A006530, A024049. %Y A074479 Cf. similar sequences listed in A274906. %K A074479 nonn %O A074479 1,1 %A A074479 _Rick L. Shepherd_, Aug 23 2002 %E A074479 Terms to a(100) in b-file from _Vincenzo Librandi_, Aug 23 2013 %E A074479 a(101)-a(448) in b-file from _Amiram Eldar_, Feb 01 2020 %E A074479 a(449)-a(502) in b-file from _Max Alekseyev_, Apr 25 2022