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!)
A309607 Exponents k for which reversal(2^k-1) is prime. 0
2, 3, 5, 53, 189, 293, 1107, 2181, 2695, 2871, 7667, 19999, 27471, 44537, 62323, 134367, 174295 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
According to the statements in the first link given below, the terms for k <= 7667, the primes of the form reversal(2^k-1) are certified and for k >= 19999 they are probable primes.
LINKS
Carlos Rivera, Puzzle 417.
Chris K. Caldwell and G. L. Honaker, Prime Curio for 1990474529917009.
EXAMPLE
5 is included because for n=5, reversal(2^5-1)=13 is prime.
MATHEMATICA
Select[Range[7667], PrimeQ[IntegerReverse[2^# - 1]] &]
PROG
(PARI) isok(k) = isprime(fromdigits(Vecrev(digits(2^k-1)))); \\ Michel Marcus, Aug 10 2019
CROSSREFS
Sequence in context: A322947 A056720 A100850 * A060085 A114370 A114725
KEYWORD
nonn,base,more
AUTHOR
Metin Sariyar, Aug 09 2019
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)