The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
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
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
Sequence in context: A180451 A108137 A250027 * A102978 A218537 A236969
KEYWORD
nonn,base,more
AUTHOR
J. M. Bergot and Robert Israel, Dec 08 2020
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 June 5 10:42 EDT 2024. Contains 373105 sequences. (Running on oeis4.)