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!)
A036194 Log base 5 (n) mod 167. 1

%I #21 Mar 16 2020 09:10:22

%S 0,40,94,80,1,134,118,120,22,41,28,8,103,158,95,160,53,62,58,81,46,68,

%T 99,48,2,143,116,32,150,135,90,34,122,93,119,102,61,98,31,121,97,86,

%U 87,108,23,139,132,88,70,42,147,17,109,156,29,72,152,24,113,9,66

%N Log base 5 (n) mod 167.

%D I. M. Vinogradov, Elements of Number Theory, p. 220ff.

%H Georg Fischer, <a href="/A036194/b036194.txt">Table of n, a(n) for n = 1..166</a>

%p with (numtheory): seq(mlog(n, 5, 167), n=1..166); # _Georg Fischer_, Mar 09 2020

%t a[1] = 0; a[n_] := MultiplicativeOrder[5, 167, {n}]; Array[a, 166] (* _Vincenzo Librandi_, Mar 15 2020 *)

%K nonn,fini,full

%O 1,2

%A _N. J. A. Sloane_

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 05:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)