V0716

by Michael Thomas De Vlieger, updated 18 December 2023, St. Louis, Missouri.

Name

Tantus k (in A126706) such that p₂ > q, i.e., A119288(k) < A053669(k).

Data

12, 18, 24, 36, 48, 54, 60, 72, 84, 90, 96, 108, 120, 126, 132, 144, 150, 156, 162, 168, 180, 192, 198, 204, 216, 228, 234, 240, 252, 264, 270, 276, 288, 294, 300, 306, 312, 324, 336, 342, 348, 360, 372, 378, 384, 396, 408, 414, 420, 432, 444, 450, 456, 468, 480, 486, 492, 504, 516, 522, 528, 540, 552, 558, 564, 576, 588, 594, 600, 612, 624, 630, 636, 648, 660

Offset

1, 1

Comments

Theorem. Tantus k with primorial ϰ implies p₂ < q, i.e., (i.e., V0730 ⊂ V0706).
Proof. Suppose the converse: p₂ > q. This suggests that the second smallest distinct prime factor is larger than the smallest nondivisor prime q. Let S = { p : p ≤ r, r ≤ p₂ }. Since squarefree kernel ϰ = &Prod;S and since q is coprime to k and thus also ϰ by definition, q must exceed r. Clearly, p₂ ∈ S, contradicting supposition. ∎

Links

Table of n, a(n) for n = 1..2^16.

Formula

This sequence is { k : Ω(m) > ω(m) > 1, p₂ > q }.

Example

a(1) = 20 since p₂ = 5 and q = 3.
a(2) = 28 since p₂ = 7 and q = 3.

Mathematica

Select[Range[12, 120], Function[{k, f},
  And[PrimeOmega[k] > PrimeNu[k] > 1,
  f[[2, 1]] < SelectFirst[Prime@ Range[PrimePi[f[[-1, 1]]] + 1],
    ! Divisible[k, #] &]]] @@
  {#, FactorInteger[#]} &] (* Michael De Vlieger, 18 December 2023 *)

Crossrefs

Cf. V7 = A126706, V0100 = A053669, V0111 = A002110, V0201 = A001221, V0202 = A001222, V0210 = A055932, V0715, V0701 = A360769, V0730 = A126706 ∩ A055932, V1002 = A119288.

Keyword

nonn, cnst, clas

Author Michael De Vlieger, Dec 18 2023

V-series integer sequences may or may not also appear in OEIS; these are used when either the sequence is a work in progress and has to do with constitutive matters, is still being researched, or does not merit general interest at OEIS.