OFFSET
1,1
FORMULA
MATHEMATICA
Join[{1}, Table[FactorInteger[7^n - 1] [[-1, 1]], {n, 30}]] (* Vincenzo Librandi, Aug 23 2012 *)
PROG
(PARI) a(n) = vecmax(factor(7^n-1)[, 1]); \\ Michel Marcus, Dec 16 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 26 2002
EXTENSIONS
More terms from Benoit Cloitre, Sep 29 2002
Terms to a(80) in b-file from Vincenzo Librandi, Aug 23 2013
a(81)-a(378) in b-file from Amiram Eldar, Feb 02 2020
a(0) removed and a(379)-a(388) in b-file added by Max Alekseyev, Apr 25 2022, Sep 11 2022
STATUS
approved