A358104 Unreduced numerator of the n-th divisible pair, where pairs are ordered by Heinz number. Greater prime index of A318990(n).
1, 2, 2, 3, 4, 4, 5, 3, 6, 7, 8, 6, 9, 4, 8, 10, 11, 6, 12, 13, 14, 10, 15, 16, 12, 9, 17, 5, 18, 14, 8, 19, 20, 21, 22, 16, 23, 6, 24, 18, 12, 25, 26, 27, 20, 28, 29, 30, 15, 22, 31, 12, 32, 24, 33, 34, 7, 35, 36, 26, 18, 37, 10, 28, 38, 39, 30, 40, 41, 8, 42
Offset: 1
Keywords
Examples
The 12th divisible pair is (2,6) so a(12) = 6.
Crossrefs
Programs
-
Mathematica
primeMS[n_]:=If[n==1,{},Flatten[Cases[FactorInteger[n],{p_,k_}:>Table[PrimePi[p],{k}]]]]; Join@@Table[Cases[primeMS[n],{x_,y_}/;Divisible[y,x]:>y,{0}],{n,1000}]
Comments