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

A210616
Digit reversal of n-th semiprime.
3
4, 6, 9, 1, 41, 51, 12, 22, 52, 62, 33, 43, 53, 83, 93, 64, 94, 15, 55, 75, 85, 26, 56, 96, 47, 77, 28, 58, 68, 78, 19, 39, 49, 59, 601, 111, 511, 811, 911, 121, 221, 321, 921, 331, 431, 141, 241, 341, 541, 641, 551, 851, 951, 161, 661, 961, 771, 871, 381
OFFSET
1,1
COMMENTS
The fixed points where a(n) = n are A046328.
LINKS
FORMULA
a(n) = R(A001358(n)) = A004086(A001358(n)).
MATHEMATICA
t = Select[Range[200], PrimeOmega[#] == 2 &]; FromDigits[Reverse[IntegerDigits[#]]] & /@ t (* T. D. Noe, Mar 26 2012 *)
IntegerReverse/@Select[Range[500], PrimeOmega[#]==2&] (* Harvey P. Dale, Dec 06 2021 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Jonathan Vos Post, Mar 23 2012
STATUS
approved