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!)
A137665 Quotients ((p+1)^p - 1)/p^2 for p = prime(n). 2
2, 7, 311, 42799, 6140565047, 4696537119847, 7563707819165039903, 14523213296398891966759, 105051652240885643072548950287, 8160568057655529131985731272294887039239 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
p^2 divides a(n) = (p+1)^p - 1, p = prime(n). (p+1)^p - 1 = A137664(n) = {8, 63, 7775, 2097151, 743008370687, 793714773254143, 2185911559738696531967, ...}.
Least prime factors of a(n) are listed in A128456(n) = {2, 7, 311, 127, 23, 157, 7563707819165039903, ...}.
Largest prime factors a(n) are listed in A137666.
a(n) is prime for n = {1, 2, 3, 7, 595, ...} corresponding to p = prime(n) = {2, 3, 5, 17, 4357, ...} = A127837.
Primes in this sequence are A128466.
LINKS
FORMULA
a(n) = ((prime(n) + 1)^prime(n) - 1)/prime(n)^2;
a(n) = A137664(n)/prime(n)^2.
MATHEMATICA
Table[ ((Prime[n] + 1)^Prime[n] - 1)/Prime[n]^2, {n, 1, 15} ]
CROSSREFS
Sequence in context: A367788 A128456 A137666 * A128466 A048122 A144787
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Feb 04 2008
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 May 13 11:43 EDT 2024. Contains 372504 sequences. (Running on oeis4.)