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!)
A070601 n^5 mod 17. 0

%I #13 Dec 18 2023 20:12:53

%S 0,1,15,5,4,14,7,11,9,8,6,10,3,13,12,2,16,0,1,15,5,4,14,7,11,9,8,6,10,

%T 3,13,12,2,16,0,1,15,5,4,14,7,11,9,8,6,10,3,13,12,2,16,0,1,15,5,4,14,

%U 7,11,9,8,6,10,3,13,12,2,16,0,1,15,5,4,14,7,11,9,8,6,10,3,13,12,2,16,0,1

%N n^5 mod 17.

%H <a href="/index/Rec#order_17">Index entries for linear recurrences with constant coefficients</a>, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).

%t PowerMod[Range[0,90],5,17] (* _Harvey P. Dale_, Aug 17 2014 *)

%o (Sage) [power_mod(n,5,17)for n in range(0, 87)] # - _Zerinvary Lajos_, Nov 04 2009

%o (PARI) a(n)=n^5%17 \\ _Charles R Greathouse IV_, Apr 06 2016

%K nonn,easy

%O 0,3

%A _N. J. A. Sloane_, May 13 2002

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 25 13:22 EDT 2024. Contains 371969 sequences. (Running on oeis4.)