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!)
A133378 a(1)=1. For n >= 2, a(n) = the largest prime divisor of (a(n-1)^a(n-1) + 1). 0
1, 2, 5, 521 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(5) depends on the factorization of the 1408-digit composite number (521^521+1)/(2 * 3^2 * 29 * 375121); see factordb.com link. - Michael S. Branicky, Jan 27 2023
LINKS
factordb.com, 521^521+1.
MATHEMATICA
NestList[FactorInteger[#^#+1][[-1, 1]]&, 1, 3] (* Harvey P. Dale, Jun 21 2012 *)
CROSSREFS
Cf. A007571.
Sequence in context: A138696 A163798 A081296 * A283561 A037063 A068105
KEYWORD
more,nonn
AUTHOR
Leroy Quet, Oct 28 2007
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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)