login
A070714
n^7 mod 33.
0
0, 1, 29, 9, 16, 14, 30, 28, 2, 15, 10, 11, 12, 7, 20, 27, 25, 8, 6, 13, 26, 21, 22, 23, 18, 31, 5, 3, 19, 17, 24, 4, 32, 0, 1, 29, 9, 16, 14, 30, 28, 2, 15, 10, 11, 12, 7, 20, 27, 25, 8, 6, 13, 26, 21, 22, 23, 18, 31, 5, 3, 19, 17, 24, 4, 32, 0, 1, 29, 9, 16, 14, 30, 28, 2, 15, 10
OFFSET
0,3
LINKS
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, 0, 0, 0, 0, 1).
MATHEMATICA
PowerMod[Range[0, 80], 7, 33] (* Harvey P. Dale, Mar 26 2023 *)
PROG
(Sage) [power_mod(n, 7, 33)for n in range(0, 77)] # - Zerinvary Lajos, Oct 29 2009
(PARI) a(n)=n^7%33 \\ Charles R Greathouse IV, Apr 06 2016
CROSSREFS
Sequence in context: A216709 A040817 A309007 * A040816 A336061 A160494
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 13 2002
STATUS
approved