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!)
A003574 Order of 4 mod 4n-1. 4
1, 3, 5, 2, 9, 11, 9, 5, 6, 6, 7, 23, 4, 10, 29, 3, 33, 35, 10, 39, 41, 14, 6, 18, 15, 51, 53, 18, 22, 12, 10, 7, 65, 18, 69, 30, 21, 15, 10, 26, 81, 83, 9, 30, 89, 30, 20, 95, 6, 99, 42, 33, 105, 14, 9, 37, 113, 15, 46, 119 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A053447(2*n-1) for n >= 1. - Jianing Song, Oct 03 2022
MAPLE
with(numtheory): f := n->order(4, 4*n-1);
PROG
(GAP) List([1..70], n->OrderMod(4, 4*n-1)); # Muniru A Asiru, Feb 19 2019
(PARI) a(n) = znorder(Mod(4, 4*n-1)); \\ Michel Marcus, Feb 22 2019
CROSSREFS
Cf. A003573. Second bisection of A053447.
Sequence in context: A026212 A026188 A057033 * A101157 A193725 A077952
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 September 13 20:16 EDT 2024. Contains 375910 sequences. (Running on oeis4.)