login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A274909 Largest prime factor of 9^n - 1. 13
2, 5, 13, 41, 61, 73, 1093, 193, 757, 1181, 3851, 6481, 797161, 16493, 4561, 21523361, 34511, 530713, 363889, 42521761, 368089, 570461, 23535794707, 6481, 22996651, 4795973261, 19927, 647753, 20381027, 47763361, 22434744889, 926510094425921, 2413941289 (list; graph; refs; listen; history; text; internal format)
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
a(n) = A006530(A024101(n)).
a(n) = A074477(2*n). - Amiram Eldar, Feb 02 2020
a(n) = max(A074476(n),A074477(n)). - Max Alekseyev, Apr 25 2022
EXAMPLE
9^4 - 1 = 6560 = 2^5*5*41, so a(4) = 41.
MATHEMATICA
Table[FactorInteger[9^n-1][[-1, 1]], {n, 40}]
PROG
(Magma) [Maximum(PrimeDivisors(9^n-1)): n in [1..40]];
CROSSREFS
Cf. similar sequences listed in A274906.
Sequence in context: A149866 A149867 A062704 * A263308 A288388 A339224
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(330) in b-file from Amiram Eldar, Feb 02 2020
a(331)-a(691) in b-file from Max Alekseyev, May 22 2022, Jul 25 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 20 05:25 EDT 2024. Contains 371798 sequences. (Running on oeis4.)