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!)
A167528 a(n) = n^5 mod 50. 0
0, 1, 32, 43, 24, 25, 26, 7, 18, 49, 0, 1, 32, 43, 24, 25, 26, 7, 18, 49, 0, 1, 32, 43, 24, 25, 26, 7, 18, 49, 0, 1, 32, 43, 24, 25, 26, 7, 18, 49, 0, 1, 32, 43, 24, 25, 26, 7, 18, 49, 0, 1, 32, 43, 24, 25, 26, 7, 18, 49, 0, 1, 32, 43, 24, 25, 26, 7, 18, 49, 0, 1, 32, 43, 24, 25, 26, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Cyclical with period = 10. - Harvey P. Dale, Aug 21 2016
LINKS
MATHEMATICA
PowerMod[Range[0, 100], 5, 50] (* G. C. Greubel, Jun 14 2016 *)
PadRight[{}, 120, {0, 1, 32, 43, 24, 25, 26, 7, 18, 49}] (* Harvey P. Dale, Aug 21 2016 *)
PROG
(Sage) [power_mod(n, 5, 50)for n in range(0, 80)]
(PARI) a(n)=n^5%50 \\ Charles R Greathouse IV, Apr 06 2016
(Magma) [Modexp(n, 5, 50): n in [0..80]]; // Vincenzo Librandi, Jun 15 2016
CROSSREFS
Sequence in context: A303044 A302881 A303529 * A269230 A229115 A035112
KEYWORD
nonn,easy
AUTHOR
Zerinvary Lajos, Nov 05 2009
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 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)