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!)
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 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A129112 A239634 A175013 * A238167 A307036 A076418
KEYWORD
nonn,base,easy
AUTHOR
Jonathan Vos Post, Mar 23 2012
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 12 08:23 EDT 2024. Contains 375085 sequences. (Running on oeis4.)