cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A210616 Digit reversal of n-th semiprime.

Original entry on oeis.org

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

Views

Author

Jonathan Vos Post, Mar 23 2012

Keywords

Comments

The fixed points where a(n) = n are A046328.

Crossrefs

Programs

  • 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 *)

Formula

a(n) = R(A001358(n)) = A004086(A001358(n)).