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.

A115708 Semiprimes (A001358) whose digit reversal is a pentagonal number (A000326).

Original entry on oeis.org

10, 15, 21, 22, 235, 287, 517, 529, 671, 1513, 1555, 2611, 5137, 5331, 6241, 7017, 7171, 7421, 7597, 7814, 10078, 10913, 15011, 15094, 15214, 15251, 20395, 20603, 21542, 23129, 24501, 24873, 25157, 26851, 27161, 51998, 53297, 54989, 55551
Offset: 1

Views

Author

Giovanni Resta, Jan 31 2006

Keywords

Examples

			235=5*47 is semiprime and 532 is the 19th pentagonal number.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[60000],PrimeOmega[#]==2&&IntegerQ[(1+Sqrt[1+24* IntegerReverse[#]])/ 6]&] (* Harvey P. Dale, Apr 27 2022 *)