The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A055386 Smallest factor of (2n)^(2n) + 1. 3
5, 257, 13, 97, 101, 89, 29, 274177, 5, 148721, 5, 17, 53, 449, 17, 641, 13, 17, 5, 17, 5, 41, 29, 769, 41, 89, 13, 17, 5, 17, 5, 59649589127497217, 37, 41, 13, 97, 149, 17, 5, 15361, 5, 1753, 13, 17, 41, 449, 1129, 1153, 5, 17, 5, 1201, 17, 1777, 89, 4993, 41 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If we use the commonly accepted convention that 0^0 = 1, then a(0) = 2. - Chai Wah Wu, Jul 22 2019
REFERENCES
C. Stanley Ogilvy and John T. Anderson, Excursions in Number Theory. Dover. New York: 1988. Page 82.
LINKS
FORMULA
a(n) = A055385(2*n). - Michel Marcus, Jul 23 2013
EXAMPLE
8^8 + 1 = 97 * 257 * 673, so a(4) = 97.
MATHEMATICA
Table[With[{k = 2 n}, FactorInteger[k^k + 1]][[1, 1]], {n, 1, 60, 1} (* Vincenzo Librandi, Jul 23 2013 *)
PROG
(PARI) a(n) = factor(n^n + 1)[1, 1] \\ Michel Marcus, Jul 23 2013
CROSSREFS
Sequence in context: A275930 A181397 A283039 * A216849 A201606 A139000
KEYWORD
nonn
AUTHOR
Walter Nissen, Jun 24 2000
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 June 8 22:55 EDT 2024. Contains 373227 sequences. (Running on oeis4.)