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!)
A211454 (p-1)/x, where p = prime(n) and x = ord(9,p), the smallest positive integer such that 9^x == 1 mod p. 6
1, 0, 2, 2, 2, 4, 2, 2, 2, 2, 2, 4, 10, 2, 2, 2, 2, 12, 6, 2, 12, 2, 2, 2, 4, 2, 6, 2, 4, 2, 2, 2, 2, 2, 2, 6, 4, 2, 2, 2, 2, 4, 2, 24, 2, 2, 2, 2, 2, 4, 2, 2, 4, 2, 2, 2, 2, 18, 4, 2, 2, 2, 18, 2, 8, 2, 2, 4, 2, 4, 2, 2, 6, 4, 2, 2, 2, 4, 2, 4, 2, 4, 10, 16 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
nn = 9; Table[If[Mod[nn, p] == 0, 0, (p-1)/MultiplicativeOrder[nn, p]], {p, Prime[Range[100]]}]
CROSSREFS
Sequence in context: A027389 A337539 A111735 * A242310 A102298 A049298
KEYWORD
nonn
AUTHOR
T. D. Noe, Apr 11 2012
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 12 02:56 EDT 2024. Contains 372431 sequences. (Running on oeis4.)