9569200211domain: NAppears in sequencesa(n) = least k such that the remainder when 5^k is divided by k is n.at n=15A119679Least k such that n^k mod k = (n-1)^2, or 0 if no such k exists.at n=3A128150