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!)
A070726 a(n) = n^7 mod 46. 0

%I #21 Dec 19 2023 14:21:35

%S 0,1,36,25,8,17,26,5,12,27,14,7,16,9,42,11,18,43,6,15,44,33,22,23,24,

%T 13,2,31,40,3,28,35,4,37,30,39,32,19,34,41,20,29,38,21,10,45,0,1,36,

%U 25,8,17,26,5,12,27,14,7,16,9,42,11,18,43,6,15,44,33,22,23,24,13,2,31,40

%N a(n) = n^7 mod 46.

%H <a href="/index/Rec#order_46">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, 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).

%t PowerMod[Range[0,80],7,46] (* _Harvey P. Dale_, Mar 14 2023 *)

%o (Sage) [power_mod(n,7,46)for n in range(0, 75)] # _Zerinvary Lajos_, Oct 29 2009

%o (PARI) a(n)=(n^7)%46 \\ _Edward Jiang_, Sep 06 2014

%o (PARI) a(n) = lift(Mod(n, 46)^7); \\ _Michel Marcus_, Jun 15 2018

%Y CF. A001015 (n^7).

%K nonn

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