OFFSET
1,2
COMMENTS
a(n) is a solution to the equation phi(x) = n!.
1/a(n) is the asymptotic density of the numbers that are unitarily divisible by n! (see formula and A391901). - Amiram Eldar, Dec 23 2025
LINKS
T. D. Noe, Table of n, a(n) for n=1..100
P. Erdös and J. Lambek, Problem 4221, Amer. Math. Monthly, 55 (1948), 103.
FORMULA
MATHEMATICA
Table[(n!)^2/EulerPhi[n!], {n, 20}] (* Harvey P. Dale, Nov 29 2015 *)
PROG
(PARI) a(n) = (n!)^2/eulerphi(n!); \\ Michel Marcus, Jul 11 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
T. D. Noe, Sep 27 2006
STATUS
approved
