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.

A046329 Palindromes with exactly 3 prime factors (counted with multiplicity).

Original entry on oeis.org

8, 44, 66, 99, 171, 212, 222, 242, 282, 292, 333, 343, 363, 404, 434, 474, 494, 555, 575, 595, 606, 646, 747, 777, 909, 969, 1001, 1221, 1331, 1551, 1771, 2222, 2882, 3333, 3553, 4334, 4994, 5335, 5555, 5665, 5885, 5995, 6226, 6446, 6886, 7337, 7557
Offset: 1

Views

Author

Patrick De Geest, Jun 15 1998

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[8000],PalindromeQ[#]&&PrimeOmega[#]==3&] (* Harvey P. Dale, Dec 24 2021 *)