OFFSET
0,2
REFERENCES
I. M. Vinogradov, Elements of Number Theory, pp. 220 ff.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..2000
MATHEMATICA
PowerMod[6, Range[0, 50], 229] (* Harvey P. Dale, Apr 18 2017 *)
PROG
(PARI) a(n)=lift(Mod(6, 229)^n) \\ Charles R Greathouse IV, Mar 22 2016
(Magma) [Modexp(6, n, 229): n in [0..60]]; // Vincenzo Librandi, Apr 20 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved