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.

A363101 Even numbers that are neither prime powers nor squarefree.

Original entry on oeis.org

12, 18, 20, 24, 28, 36, 40, 44, 48, 50, 52, 54, 56, 60, 68, 72, 76, 80, 84, 88, 90, 92, 96, 98, 100, 104, 108, 112, 116, 120, 124, 126, 132, 136, 140, 144, 148, 150, 152, 156, 160, 162, 164, 168, 172, 176, 180, 184, 188, 192, 196, 198, 200, 204, 208, 212, 216, 220, 224, 228, 232, 234, 236, 240, 242
Offset: 1

Views

Author

Michael De Vlieger, May 19 2023

Keywords

Comments

Even numbers k such that A001222(k) > A001221(k) > 1.

Crossrefs

Intersection of A013929 and A177712.

Programs

  • Mathematica
    Select[Range[2, 242, 2], Nor[PrimePowerQ[#], SquareFreeQ[#]] &]