OFFSET
1,1
COMMENTS
a(61) = 1802190094793 = 11 * 59 * 17839 * 155663. - Hagen von Eitzen, Jul 28 2009
LINKS
MATHEMATICA
Do[k = 1; While[PowerMod[8, k, k] != n, k++ ]; Print[k], {n, 48}]
t = Table[0, {10000}]; k = 1; lst = {}; While[k < 4300000000, a = PowerMod[8, k, k]; If[ a<10001 && t[[a]]==0, t[[a]]=k; Print[{a, k}]]; k++ ]; t (* Mathematica coding extended to reflect the new search limits as posted in the a-file by Robert G. Wilson v, Jul 17 2009 *)
CROSSREFS
KEYWORD
hard,nonn
AUTHOR
Ryan Propper, Jun 12 2006
EXTENSIONS
a(49) from Hagen von Eitzen, Jul 24 2009
STATUS
approved