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!)
A054509 Log_b 6 where b is smallest primitive root (A001918) mod n-th prime. 9
3, 9, 5, 15, 14, 18, 6, 25, 27, 1, 28, 38, 18, 51, 7, 40, 32, 14, 5, 73, 17, 8, 70, 83, 71, 1, 13, 73, 73, 11, 42, 88, 1, 67, 102, 134, 28, 109, 57, 160, 118, 182, 107, 44, 181, 47, 1, 73, 140, 132, 1, 49, 240, 110, 1, 59, 205, 160, 158, 174, 186, 18, 250, 122, 282, 153 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,1
REFERENCES
Tom M. Apostol, Introduction to Analytic Number Theory, Springer-Verlag, 1976, Table 10.2, pp. 216-217.
LINKS
MATHEMATICA
a[n_] := Module[{p, b, lg = 1}, b = PrimitiveRoot[p = Prime[n]]; While[ PowerMod[b, lg, p] != 6, lg++]; lg]; Array[a, 100, 4] (* Jean-François Alcover, Sep 03 2016 *)
CROSSREFS
Cf. table in A054503.
Sequence in context: A129145 A064471 A264798 * A134001 A338350 A088898
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Apr 09 2000
EXTENSIONS
More terms from James A. Sellers, Apr 09 2000
STATUS
approved

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 May 11 11:07 EDT 2024. Contains 372409 sequences. (Running on oeis4.)