OFFSET
0,2
REFERENCES
I. M. Vinogradov, Elements of Number Theory, pp. 220 ff.
LINKS
Muniru A Asiru, Table of n, a(n) for n = 0..1000
FORMULA
a(n) = a(n-226). - Muniru A Asiru, Jan 27 2019
MAPLE
i := pi(227) ; [ seq(primroot(ithprime(i))^j mod ithprime(i), j=0..100) ];
PROG
(PARI) a(n)=lift(Mod(2, 227)^n) \\ Charles R Greathouse IV, Mar 22 2016
(Magma) [Modexp(2, n, 227): n in [0..80]]; // Vincenzo Librandi, Oct 19 2018
(GAP) a:=List([0..70], n->PowerMod(2, n, 227));; Print(a); # Muniru A Asiru, Jan 26 2019
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved