A070491 a(n) = n^3 mod 29.
0, 1, 8, 27, 6, 9, 13, 24, 19, 4, 14, 26, 17, 22, 18, 11, 7, 12, 3, 15, 25, 10, 5, 16, 20, 23, 2, 21, 28, 0, 1, 8, 27, 6, 9, 13, 24, 19, 4, 14, 26, 17, 22, 18, 11, 7, 12, 3, 15, 25, 10, 5, 16, 20, 23, 2, 21, 28, 0, 1, 8, 27, 6, 9, 13, 24, 19, 4, 14, 26, 17, 22, 18, 11, 7, 12, 3, 15
Offset: 0
Links
- G. C. Greubel, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
Crossrefs
Cf. A008960.
Programs
-
Mathematica
Table[Mod[n^3, 29], {n, 0, 100}] (* Vincenzo Librandi, Jun 19 2014 *)
-
PARI
a(n)=n^3%29 \\ Charles R Greathouse IV, Apr 06 2016
-
Sage
[power_mod(n,3,29 ) for n in range(0, 78)] # Zerinvary Lajos, Oct 30 2009
Formula
a(n) = a(n-29). - G. C. Greubel, Mar 30 2016