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.

A046402 Numbers with exactly 4 distinct palindromic prime factors.

Original entry on oeis.org

210, 330, 462, 770, 1155, 3030, 3930, 4242, 4530, 5430, 5502, 5730, 6342, 6666, 7070, 7602, 8022, 8646, 9170, 9390, 9966, 10570, 10590, 10605, 11110, 11190, 11490, 11946, 12606, 12670, 13146, 13370, 13755, 14410, 14826, 15554, 15666, 15855, 16086, 16610, 16665
Offset: 1

Views

Author

Patrick De Geest, Jun 15 1998

Keywords

Crossrefs

Intersection of A033620 and A046386.
Cf. A046370.

Programs

  • Mathematica
    Take[Times@@@Module[{nn=300,pp},pp=Select[Prime[Range[nn]],PalindromeQ];Subsets[pp,{4}]]//Union,40] (* Harvey P. Dale, Aug 13 2024 *)

Extensions

Offset changed and a(37) onwards from Andrew Howroyd, Aug 14 2024