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!)
A099189 Smallest prime which is n times its reversal. 0
2, 31, 31, 61, 71, 601, 701, 911, 8501, 9901 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MATHEMATICA
f[n_] := Block[{k = 1}, While[p = Prime[k]; p <= n*FromDigits[ Reverse[ IntegerDigits[p]]], k++ ]; Prime[k]]; Table[ f[n], {n, 0, 9}]
CROSSREFS
Sequence in context: A352959 A117816 A237263 * A247099 A053234 A020896
KEYWORD
base,fini,full,nonn
AUTHOR
Robert G. Wilson v, Oct 01 2004
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 August 1 08:04 EDT 2024. Contains 374810 sequences. (Running on oeis4.)