OFFSET
1,3
COMMENTS
For n > 3, a(n) = (n^(n - 1) - 1)^n is a perfect power of exact order n (by Mihailescu's theorem).
For the number of stable digits of the tetration a(n)^^b (b > 0 integer), in the radix-n numeral system, see Identity (5) in "Universal +-1 congruence speed invariant in any numeral system" (in Links).
LINKS
Marco Ripà, On the relation between perfect powers and tetration frozen digits, Journal of AppliedMath, 2024, 2(5), 1771.
Marco Ripà, Radix-r Congruence Speed Verification Tool (Python Script), Zenodo, 2025.
Marco Ripà, Universal +-1 congruence speed invariant in any numeral system, Zenodo, 2025.
Marco Ripà and Gabriele Di Pietro, A Compact Notation for Peculiar Properties Characterizing Integer Tetration, Zenodo, 2025.
FORMULA
a(n) = (n^(n-1)-1)^n = (n^n-n)^n/n^n.
EXAMPLE
For n = 3, a(3) = (3^(3 - 1) - 1)^2 = (9 - 1)^3 = 512.
MATHEMATICA
Table[(n^(n-1)-1)^n, {n, 1, 9}]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Marco Ripà, Jan 01 2026
STATUS
approved
