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.

A086975 Numbers of the form p^2 * q * r with primes p < q < r.

Original entry on oeis.org

60, 84, 132, 140, 156, 204, 220, 228, 260, 276, 308, 315, 340, 348, 364, 372, 380, 444, 460, 476, 492, 495, 516, 532, 564, 572, 580, 585, 620, 636, 644, 693, 708, 732, 740, 748, 765, 804, 812, 819, 820, 836, 852, 855, 860, 868, 876, 884, 940, 948, 988
Offset: 1

Views

Author

Reinhard Zumkeller, Jul 25 2003

Keywords

Crossrefs

Subsequence of A086974 and of A085987.

Programs

  • Mathematica
    Select[Range[1000], FactorInteger[#][[;;, 2]] == {2, 1, 1} &] (* Amiram Eldar, Sep 15 2024 *)
  • PARI
    is(k) = factor(k)[, 2] == [2, 1, 1]~; \\ Amiram Eldar, Sep 15 2024

Formula

A001221(a(n)) = 3.
A001222(a(n)) = 4.
A020639(a(n))^2 divides a(n).
A000005(a(n)) = 12. - Amiram Eldar, Sep 15 2024