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!)
A177164 a(n) = (n^r - 1)/r^2, where r = (n^(n-1) - 1)/(n-1). 0
1, 5, 9972894583, 449853889404077636694265177903207995382439448590987815041588427345865911961016023550064137351211162870609 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
COMMENTS
The next term has 1204 digits.
r = (n^(n-1) - 1)/(n-1) = A060072(n) is the (n-1)-digit repunit in base n.
r^2 divides n^r - 1 for all bases n > 1.
LINKS
FORMULA
a(n) = (n^((n^(n-1) - 1)/(n-1)) - 1)/((n^(n-1) - 1)/(n-1))^2.
a(n) = (n^A060072(n) - 1)/A060072(n)^2.
EXAMPLE
a(10) = (10^111111111 - 1)/111111111^2.
MATHEMATICA
Table[(n^((n^(n - 1) - 1)/(n - 1)) - 1)/((n^(n - 1) - 1)/(n - 1))^2, {n, 2, 6}]
CROSSREFS
Sequence in context: A052000 A094467 A242828 * A324220 A273941 A067483
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, May 04 2010
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 24 13:00 EDT 2024. Contains 371945 sequences. (Running on oeis4.)