VOOZH
about
URL: https://oeis.org/A339545
⇱ A339545 - OEIS
login
A339545
Primes p such that
A007088
(p) ==
A151799
(p) (mod p).
0
3, 19, 29, 691
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,1
COMMENTS
Primes p such that the binary representation of p, considered as a decimal number, is congruent mod p to the prime previous to p.
No other terms < 10^11. -
Max Alekseyev
, Feb 04 2024
LINKS
Table of n, a(n) for n=1..4.
EXAMPLE
a(3) = 29 is a member because 29 = 11101_2, 11101 == 23 (mod 29), and 23 is the prime previous to 29.
MAPLE
select(t -> isprime(t) and convert(t, binary) mod t = prevprime(t), [seq(i, i=3..1000, 2)]);
CROSSREFS
Cf.
A007088
,
A151799
,
A339544
.
Sequence in context:
A180451
A108137
A250027
*
A102978
A218537
A236969
Adjacent sequences:
A339542
A339543
A339544
*
A339546
A339547
A339548
KEYWORD
nonn
,
base
,
more
AUTHOR
J. M. Bergot
and
Robert Israel
, Dec 08 2020
STATUS
approved