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!)
A053450 Multiplicative order of 7 mod n, where gcd(n,7) = 1. 5
1, 1, 1, 2, 4, 1, 2, 3, 4, 10, 2, 12, 4, 2, 16, 3, 3, 4, 10, 22, 2, 4, 12, 9, 7, 4, 15, 4, 10, 16, 6, 9, 3, 12, 4, 40, 6, 10, 12, 22, 23, 2, 4, 16, 12, 26, 9, 20, 3, 7, 29, 4, 60, 15, 8, 12, 10, 66, 16, 22, 70, 6, 24, 9, 4, 6, 12, 78, 4, 27, 40, 41, 16, 6, 7, 10, 88, 12, 22, 15, 23, 12, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Essentially the same as A050979. [R. J. Mathar, Oct 13 2008]
LINKS
MATHEMATICA
MultiplicativeOrder[7, #] & /@ Select[ Range@ 100, GCD[7, #] == 1 &] (* Robert G. Wilson v, Apr 05 2011 *)
PROG
(PARI) lista(nn) = {for (n=1, nn, if (gcd(n, 7) == 1, print1(znorder(Mod(7, n)), ", ")); ); } \\ Michel Marcus, Feb 06 2015
(GAP) List(Filtered([1..120], n->Gcd(n, 7)=1), n->OrderMod(7, n)); # Muniru A Asiru, Feb 25 2019
CROSSREFS
Sequence in context: A087419 A338095 A050979 * A352533 A215905 A269065
KEYWORD
nonn
AUTHOR
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 March 19 04:58 EDT 2024. Contains 370952 sequences. (Running on oeis4.)