A077081 Fixed point when phi(sigma(n)+phi(n))=A077080 is iterated with initial value of n.
1, 2, 2, 6, 6, 6, 6, 864, 864, 10, 10, 864, 864, 864, 864, 864, 864, 864, 864, 20, 20, 22, 22, 864, 864, 864, 864, 864, 864, 864, 864, 864, 864, 864, 864, 864, 864, 864, 864, 864, 864, 864, 864, 48, 864, 46, 46, 48, 864, 864, 48, 864, 864, 48, 48, 48, 48, 58, 58
Offset: 1
Keywords
Examples
n=225: results in iteration sequence of 44 terms: {225,522,444,...,471744,653312,570240}, a[25]=570240.
Programs
-
Mathematica
f[x_] := EulerPhi[DivisorSigma[1, x]+EulerPhi[x]] Table[FixedPoint[f, w], {w, 1, 256}]
Formula
a(n) = FixedPoint[A077080, n].
Comments