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!)
A302987 Primes p such that p+3 divides 3^p+3. 1
3, 7, 727, 1595287, 3773335151, 53968982887, 218662611751, 373627441111, 525882352087, 612618285511 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: the sequence is finite.
Is this the same as the primes in A251862? - Michel Marcus, Apr 17 2018
a(11) > 10^12, if it exists. - Giovanni Resta, Apr 17 2018
LINKS
MATHEMATICA
Select[Prime[Range[10000]], Divisible[3^# + 3, # + 3] &] (* Vincenzo Librandi, Apr 17 2018 *)
PROG
(PARI) isok(p) = isprime(p) && (Mod(3, p+3)^p == Mod(-3, p+3)); \\ Michel Marcus, Apr 17 2018
CROSSREFS
Sequence in context: A062599 A101246 A056801 * A092568 A055624 A065244
KEYWORD
nonn,hard,more
AUTHOR
Alex Ratushnyak, Apr 17 2018
EXTENSIONS
a(4)-a(5) from Michel Marcus, Apr 17 2018
a(6)-a(10) from Giovanni Resta, Apr 17 2018
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 19 16:03 EDT 2024. Contains 371794 sequences. (Running on oeis4.)