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!)
A217469 Multiplicative order of 5 (mod 5*n + 1). 4
2, 5, 4, 6, 4, 3, 6, 20, 22, 16, 6, 30, 10, 5, 9, 54, 42, 12, 8, 25, 52, 36, 14, 55, 6, 65, 16, 46, 72, 75, 4, 66, 82, 18, 20, 15, 6, 19, 42, 22, 102, 35, 18, 16, 112, 30, 29, 40, 20, 25, 64, 42, 18, 27, 22, 140, 20, 96, 36, 42, 48, 155, 39, 106, 54, 165, 12, 15 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Least m such that 5*n + 1 divides 5^m - 1.
LINKS
Arkadiusz Wesolowski, Table of n, a(n) for n = 1..10000
Eric Weisstein's World of Mathematics, Multiplicative Order
MATHEMATICA
Table[MultiplicativeOrder[5, 5*n + 1], {n, 68}]
PROG
(PARI) vector(80, n, znorder(Mod(5, 5*n+1))) \\ Michel Marcus, Feb 09 2015
(GAP) List([1..80], n->OrderMod(5, 5*n+1)); # Muniru A Asiru, Feb 26 2019
CROSSREFS
Sequence in context: A163809 A075771 A198813 * A132698 A358181 A114557
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 April 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)