login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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 A070133
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 13 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 17:51 EDT 2024. Contains 371962 sequences. (Running on oeis4.)