login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A070626
a(n) = n^5 mod 43.
0
0, 1, 32, 28, 35, 29, 36, 37, 2, 10, 25, 16, 34, 31, 23, 38, 21, 40, 19, 30, 26, 4, 39, 17, 13, 24, 3, 22, 5, 20, 12, 9, 27, 18, 33, 41, 6, 7, 14, 8, 15, 11, 42, 0, 1, 32, 28, 35, 29, 36, 37, 2, 10, 25, 16, 34, 31, 23, 38, 21, 40, 19, 30, 26, 4, 39, 17, 13, 24, 3, 22, 5, 20, 12, 9
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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
FORMULA
a(n) = a(n-43). - Wesley Ivan Hurt, Dec 26 2023
MATHEMATICA
PowerMod[Range[0, 100], 5, 43] (* Harvey P. Dale, Nov 24 2023 *)
PROG
(Sage) [power_mod(n, 5, 43)for n in range(0, 75)] # Zerinvary Lajos, Nov 04 2009
(PARI) a(n)=n^5%43 \\ Charles R Greathouse IV, Apr 06 2016
CROSSREFS
Sequence in context: A100729 A070728 A070619 * A022988 A023474 A131762
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 13 2002
STATUS
approved