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!)
A191609 Primes modulo which the multiplicative orders of 2 and 3 are equal. 3
5, 19, 23, 29, 47, 53, 71, 97, 101, 139, 149, 163, 167, 173, 191, 197, 211, 239, 263, 269, 293, 311, 317, 359, 379, 383, 389, 409, 431, 461, 479, 499, 503, 509, 557, 599, 643, 647, 653, 677, 701, 719, 743, 773, 797, 821, 839, 859, 863, 887, 907, 941, 983 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
select(p -> isprime(p) and numtheory:-order(2, p) = numtheory:-order(3, p), [seq(i, i=5..10000, 2)]); # Robert Israel, Jan 24 2024
PROG
(PARI) forprime(p=5, 10^3, if( znorder(Mod(2, p))==znorder(Mod(3, p)), print1(p, ", "); ) )
CROSSREFS
Sequence in context: A152912 A191054 A097934 * A191084 A146509 A062340
KEYWORD
nonn,easy
AUTHOR
Max Alekseyev, Jun 08 2011
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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)