2673413domain: NAppears in sequencesa(n) = least k >= 1 such that the remainder when 6^k is divided by k is n.at n=24A127816Least k such that n^k mod k = (n-1)^2, or 0 if no such k exists.at n=4A128150