A381076 Sorted positions of first appearances in A066503 (n minus squarefree kernel of n).
1, 4, 8, 16, 18, 20, 24, 25, 27, 32, 44, 48, 50, 52, 54, 64, 68, 72, 75, 76, 80, 81, 92, 96, 98, 108, 112, 116, 121, 125, 128, 144, 148, 152, 160, 162, 164, 172, 175, 176, 188, 189, 192, 196, 198, 200, 212, 216, 232, 236, 242, 243, 244, 256, 260, 264, 268, 272
Offset: 1
Keywords
Programs
-
Mathematica
prifacs[n_]:=If[n==1,{},Flatten[Apply[ConstantArray,FactorInteger[n],{1}]]]; q=Table[Times@@prifacs[n]-Times@@Union[prifacs[n]],{n,1000}]; Select[Range[Length[q]],FreeQ[Take[q,#-1],q[[#]]]&]
Comments