OFFSET
1,1
LINKS
J. Brillhart et al., Factorizations of b^n +- 1, Contemporary Mathematics, Vol. 22, Amer. Math. Soc., Providence, RI, 3rd edition, 2002.
FORMULA
EXAMPLE
4^7 - 1 = 16383 = 3*43*127, so a(7) = 127
MATHEMATICA
Table[FactorInteger[4^n - 1][[-1, 1]], {n, 40}]
PROG
(Magma) [Maximum(PrimeDivisors(4^n-1)): n in [1..40]];
CROSSREFS
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Jul 11 2016
EXTENSIONS
Terms to a(100) in b-file from Vincenzo Librandi, Jul 13 2016
a(101)-a(603) in b-file from Amiram Eldar, Feb 08 2020
a(604)-a(1122) in b-file from Max Alekseyev, Jul 25 2023
STATUS
approved