login
A301913
Primes which divide numbers of the form 3^k + 2 for k >= 1.
3
5, 7, 11, 17, 19, 29, 31, 43, 53, 59, 79, 83, 89, 97, 101, 107, 113, 127, 131, 137, 139, 149, 163, 173, 179, 197, 199, 211, 223, 227, 233, 241, 251, 257, 269, 281, 283, 293, 317, 331, 337, 347, 353, 379, 389, 401, 409, 419, 439, 443, 449, 457, 461, 463, 467
OFFSET
1,1
COMMENTS
The first odd prime not to appear in the sequence is 3 because 3^k + 2 == 2 mod 3 for k >= 1.
Primes p such that the order of -2 (mod p) divides the order of 3 (mod p). - Joerg Arndt, Mar 31 2018, corrected by Robert Israel, May 04 2018
LINKS
EXAMPLE
5 divides 245 which is 3^5+2 so 5 is in the sequence.
7 divides 245 which is 3^5+2 so 7 is in the sequence.
The values of x = (3^k+2) mod 13 for k = 0, 1, 2, 3, ... are 3, 5, 11, 3, 5, 11, ...; 13 never divides any 3^k + 2, so 13 is not in the sequence.
MAPLE
select(t -> numtheory:-mlog(-2, 3, t)<>FAIL, [seq(ithprime(i), i=3..100)]);
MATHEMATICA
fQ[p_] := IntegerQ@ MultiplicativeOrder[3, p, -2]; Select[ Prime@ Range@ 100, fQ] (* Robert G. Wilson v, Apr 07 2018 *)
PROG
(PARI) is(n)=n>4 && isprime(n) && znorder(Mod(-2, n))%znorder(Mod(3, n))==0 \\ Charles R Greathouse IV, May 04 2018
CROSSREFS
Cf. A168607.
Sequence in context: A046133 A086136 A136052 * A110587 A192281 A191065
KEYWORD
nonn
AUTHOR
Luke W. Richards, Mar 28 2018
STATUS
approved

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy