Download PDF

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Infinity wikipedia , lookup

Abuse of notation wikipedia , lookup

Functional decomposition wikipedia , lookup

Big O notation wikipedia , lookup

List of first-order theories wikipedia , lookup

Large numbers wikipedia , lookup

Proofs of Fermat's little theorem wikipedia , lookup

Mathematics of radio engineering wikipedia , lookup

Series (mathematics) wikipedia , lookup

Continuous function wikipedia , lookup

Collatz conjecture wikipedia , lookup

Addition wikipedia , lookup

Elementary mathematics wikipedia , lookup

Dirac delta function wikipedia , lookup

Function (mathematics) wikipedia , lookup

Non-standard calculus wikipedia , lookup

Multiple integral wikipedia , lookup

History of the function concept wikipedia , lookup

Transcript
iterated totient function∗
CompositeFan†
2013-03-21 21:46:33
The iterated totient function φk (n) is ak in the recurrence relation a0 = n
and ai = φ(ai−1 ) for i > 0, where φ(x) is Euler’s totient function.
After enough iterations, the function eventually hits 2 followed by an infinite
trail of ones. Ianucci et al define the “class” c of n as the integer such that
φc (n) = 2.
When the iterated totient function is summed thus:
c+1
X
φi (n)
i=1
x
it can be observed that just as 2 is a quasiperfect number when it comes to
adding up proper divisors, it is also “quasiperfect” when adding up the iterated
totient function. Quite unlike regular perfect numbers, 3x (which are obviously
odd) are “perfect” when adding up the iterated totient.
References
[1] D. E. Ianucci, D. Moujie & G. L. Cohen, “On Perfect Totient Numbers”
Journal of Integer Sequences, 6, 2003: 03.4.5
[2] R. K. Guy, Unsolved Problems in Number Theory New York: Springer-Verlag
2004: B42
∗ hIteratedTotientFunctioni
created: h2013-03-21i by: hCompositeFani version: h38737i
Privacy setting: h1i hDefinitioni h11A25i
† This text is available under the Creative Commons Attribution/Share-Alike License 3.0.
You can reuse this document or portions thereof only if you do so under terms that are
compatible with the CC-BY-SA license.
1