OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
FORMULA
a(A362486(n)) = 0.
EXAMPLE
a(1) = 2 since there are two solutions to iphi(x) = 1: 1 and 2, and 2 is the larger of them.
a(6) = 24 since there are four solutions to iphi(x) = 6: 7, 12, 14 and 24, and 24 is the largest of them.
MATHEMATICA
a[n_] := If[(inv = invIPhi[n]) == {}, 0, Max[inv]]; Array[a, 100] (* using the function invIPhi from A362484 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Apr 29 2023
STATUS
approved