OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
Jozsef Sandor, On the composition of some arithmetic functions, II, Journal of Inequalities in Pure and Applied Mathematics, Vol. 6, No. 3 (2005), Article 73.
EXAMPLE
6 is in the sequence since psi(6) = psi(8) = 12.
MATHEMATICA
psi[1] = 1; psi[n_] := n * Times @@ (1 + 1/Transpose[FactorInteger[n]][[1]]); Select[Range[10^3], psi[#] == psi[# + 2] &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Dec 26 2019
STATUS
approved