OFFSET
0,2
COMMENTS
First unknown term is a(47), where there are no solutions < 2904290724.
For a catalog of sequences of the kind "smallest k such that m^k mod k = n," see A178194.
MATHEMATICA
aa = {}; Do[k = 1; While[PowerMod[34, k, k] != n, k++ ]; Print[k]; AppendTo[aa, k], {n, 0, 50}]; aa
CROSSREFS
KEYWORD
nonn
AUTHOR
Artur Jasinski, May 23 2010
STATUS
approved