A167527 n^5 mod 49.
0, 1, 32, 47, 44, 38, 34, 0, 36, 4, 40, 37, 10, 20, 0, 22, 25, 33, 30, 31, 6, 0, 8, 46, 26, 23, 3, 41, 0, 43, 18, 19, 16, 24, 27, 0, 29, 39, 12, 9, 45, 13, 0, 15, 11, 5, 2, 17, 48, 0, 1, 32, 47, 44, 38, 34, 0, 36, 4, 40, 37, 10, 20, 0, 22, 25, 33, 30, 31, 6, 0, 8, 46, 26, 23, 3
Offset: 0
Programs
-
Mathematica
PowerMod[Range[0,80],5,49] (* Harvey P. Dale, Apr 10 2013 *)
-
PARI
a(n)=n^5%49 \\ Charles R Greathouse IV, Apr 06 2016
-
Sage
[power_mod(n,5,49)for n in range(0, 76)] #