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

%I #13 Dec 18 2023 17:52:59

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

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

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

%N n^5 mod 13.

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

%t PowerMod[Range[0,100],5,13] (* _Harvey P. Dale_, May 28 2015 *)

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

%o (PARI) a(n)=n^5%13 \\ _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 16 11:48 EDT 2024. Contains 371711 sequences. (Running on oeis4.)