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.

A046334 Palindromes with exactly 8 prime factors (counted with multiplicity).

Original entry on oeis.org

2112, 25152, 29792, 67776, 84448, 219912, 252252, 270072, 272272, 464464, 616616, 631136, 652256, 656656, 696696, 698896, 801108, 802208, 828828, 840048, 848848, 861168, 882288, 886688, 888888, 2110112, 2150512, 2171712, 2175712
Offset: 1

Views

Author

Patrick De Geest, Jun 15 1998

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[22*10^5],PalindromeQ[#]&&PrimeOmega[#]==8&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Sep 11 2019 *)