OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
If odd composite 15 < 51 = composite, then 15=a(1). If odd composite 21 > 12 = composite, then 21=a(2). If odd composite 25 < 52 = composite, then 25=a(3), etc.
MATHEMATICA
Select[Range[1, 301, 2], AllTrue[{#, IntegerReverse[#]}, CompositeQ]&&#!=IntegerReverse[#]&] (* Harvey P. Dale, May 03 2024 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Juri-Stepan Gerasimov, Feb 03 2009
EXTENSIONS
Added missing numbers in the 201-299 range. R. J. Mathar, Feb 13 2009
STATUS
approved