login
A070722
a(n) = n^7 mod 41.
1
0, 1, 5, 14, 25, 20, 29, 17, 2, 32, 18, 35, 22, 26, 3, 34, 10, 13, 37, 30, 8, 33, 11, 4, 28, 31, 7, 38, 15, 19, 6, 23, 9, 39, 24, 12, 21, 16, 27, 36, 40, 0, 1, 5, 14, 25, 20, 29, 17, 2, 32, 18, 35, 22, 26, 3, 34, 10, 13, 37, 30, 8, 33, 11, 4, 28, 31, 7, 38, 15, 19, 6, 23, 9, 39
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, 1).
MATHEMATICA
PowerMod[Range[0, 80], 7, 41] (* Harvey P. Dale, Apr 10 2012 *)
PROG
(Sage) [power_mod(n, 7, 41)for n in range(0, 75)] # Zerinvary Lajos, Oct 29 2009
(Magma) [Modexp(n, 7, 41): n in [0..80]]; // Vincenzo Librandi, Mar 18 2013 - Jun 15 2016
(PARI) a(n)=n^7%41 \\ Charles R Greathouse IV, Apr 06 2016
CROSSREFS
Sequence in context: A143057 A063238 A063223 * A018829 A332623 A375289
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 13 2002
STATUS
approved