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!)
A103492 Multiplicative suborder of 6 (mod 2n+1) = sord(6, 2n+1). 0
0, 0, 1, 1, 0, 5, 6, 0, 8, 9, 0, 11, 5, 0, 7, 3, 0, 2, 2, 0, 20, 3, 0, 23, 7, 0, 13, 10, 0, 29, 30, 0, 12, 33, 0, 35, 18, 0, 5, 39, 0, 41, 16, 0, 44, 12, 0, 9, 6, 0, 5, 51, 0, 53, 54, 0, 56, 11, 0, 16, 55, 0, 25, 63, 0, 65, 18, 0, 68, 23, 0, 60, 14, 0, 37, 75, 0, 6, 78, 0, 22, 27, 0, 83, 78, 0, 43 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
a(n) is minimum e for which 6^e = +/-1 mod 2n+1, or zero if no e exists.
REFERENCES
H. Cohen, Course in Computational Algebraic Number Theory, Springer, 1993, p. 25, Algorithm 1.4.3
LINKS
Eric Weisstein's World of Mathematics, Multiplicative Order
MATHEMATICA
Suborder[k_, n_] := If[n > 1 && GCD[k, n] == 1, Min[MultiplicativeOrder[k, n, {-1, 1}]], 0];
a[n_] := Suborder[6, 2 n + 1];
a /@ Range[0, 100] (* Jean-François Alcover, Mar 21 2020, after T. D. Noe in A003558 *)
CROSSREFS
Sequence in context: A194347 A021869 A340319 * A344476 A362529 A200010
KEYWORD
easy,nonn
AUTHOR
Harry J. Smith, Feb 11 2005
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 April 25 13:27 EDT 2024. Contains 371971 sequences. (Running on oeis4.)