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

%I #14 Mar 24 2020 18:36:41

%S 0,34,84,68,1,118,104,102,168,35,183,152,141,138,85,136,31,10,145,69,

%T 188,25,162,186,2,175,60,172,123,119,82,170,75,65,105,44,5,179,33,103,

%U 151,30,24,59,169,4,29,28,16,36,115,17,77,94,184,14,37,157,148

%N Log base 5 (n) mod 193.

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

%H Georg Fischer, <a href="/A036199/b036199.txt">Table of n, a(n) for n = 1..192</a>

%p with (numtheory): seq(mlog(n, 5, 193), n=1..192); # _Georg Fischer_, Mar 10 2020

%t a[1]=0; a[n_]:=MultiplicativeOrder[5, 193, {n}]; Array[a, 192] (* _Vincenzo Librandi_, Mar 23 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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)