[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A087769
Minimal prime whose reversal is a multiple of n-th prime.
0
2, 3, 5, 7, 11, 19, 43, 59, 29, 457, 13, 47, 349, 103, 257, 109, 449, 397, 431, 17, 37, 97, 233, 653, 79, 101, 127, 701, 367, 197, 3863, 131, 1627, 379, 547, 151, 587, 1667, 433, 643, 617, 181, 191, 277, 887, 599, 3709, 1973, 809, 619, 239, 659, 1747, 1877, 1433
OFFSET
1,1
EXAMPLE
n=100, p(n)=541, minimal prime whose reversal is a multiple of 541 is 2801.
MATHEMATICA
Module[{nn=600, irp}, irp=IntegerReverse/@Prime[Range[nn]]; Table[ IntegerReverse[ SelectFirst[irp, IntegerQ[#/p]&]], {p, Prime[Range[60]]}]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Sep 26 2020 *)
CROSSREFS
Cf. A007488.
Sequence in context: A320725 A320771 A002231 * A308510 A084736 A089472
KEYWORD
easy,nonn,base
AUTHOR
Zak Seidov, Oct 03 2003
STATUS
approved