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.

A362011 Numbers k such that 1 < gcd(k, 70) < k and A007947(k) does not divide 70.

Original entry on oeis.org

6, 12, 15, 18, 21, 22, 24, 26, 30, 34, 36, 38, 42, 44, 45, 46, 48, 52, 54, 55, 58, 60, 62, 63, 65, 66, 68, 72, 74, 75, 76, 77, 78, 82, 84, 85, 86, 88, 90, 91, 92, 94, 95, 96, 102, 104, 105, 106, 108, 110, 114, 115, 116, 118, 119, 120, 122, 124, 126, 130, 132, 133, 134, 135, 136, 138, 142, 144, 145, 146
Offset: 1

Views

Author

Michael De Vlieger, Apr 04 2023

Keywords

Comments

The asymptotic density of this sequence is 23/35. - Amiram Eldar, Dec 02 2023

Crossrefs

Programs

  • Mathematica
    With[{n = 70}, Select[Range[200], And[! CoprimeQ[#, n], ! Divisible[n, Times @@ FactorInteger[#][[All, 1]]]] & ] ]

Formula

This sequence is { N \ { A108513 U A235583 } }.