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”).

A100414
Numbers n such that n is R(n)-th composite number where R(n) is the digit reversal of n (A002808(A004086(n))=n).
2
21, 48034, 69926, 180461, 214591, 409473, 563715, 41630193, 253385633342, 661494322636
OFFSET
1,1
COMMENTS
There is no further term < 3*10^9.
a(11) > 3*10^12. [Donovan Johnson, Jun 14 2009]
EXAMPLE
41630193 is in the sequence because 41630193 is the 39103614th composite number.
MATHEMATICA
Do[s=FromDigits[Reverse[IntegerDigits[n]]]; If[s<n&&!PrimeQ[n] &&s==n-PrimePi[n]-1, Print[n]], {n, 2, 42000000}]
CROSSREFS
KEYWORD
base,more,nonn
AUTHOR
Farideh Firoozbakht, Dec 10 2004
EXTENSIONS
a(9)-a(10) from Donovan Johnson, Jun 14 2009
STATUS
approved