OFFSET
1,2
LINKS
FORMULA
As a composition of related permutations:
Other identities:
For all n >= 1, A105560(2n-1) divides a(n).
MATHEMATICA
A052126[n_] := n/FactorInteger[n][[-1, 1]];
A122111[n_] := Product[Prime[Sum[If[j < i, 0, 1], {j, #}]], {i, Max[#]}]&[ Flatten[Table[Table[PrimePi[f[[1]]], {f[[2]]}], {f, FactorInteger[n]}]]];
Array[a, 60] (* Jean-François Alcover, Sep 23 2020 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 25 2014
STATUS
approved