login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A343243 Sociable totient numbers of order 3: numbers k such that s(s(s(k))) = k, but s(k) != k, where s(k) = A092693(k) is the sum of iterated phi function. 0
20339, 21159, 23883, 35503, 43255, 45375, 365599, 476343, 493047, 746383, 979839, 1097367, 3331135, 3816831, 3972543, 57720703, 68705247, 78376959, 3031407415, 3742563231, 3866214695 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The numbers k such that s(k) = k are the perfect totient numbers (A082897).
a(22) > 2*10^10, if it exists.
LINKS
EXAMPLE
20339 is a term since s(20339) = 23883, s(23883) = 21159 and s(21159) = 20339.
MATHEMATICA
totSum[n_] := Plus @@ FixedPointList[EulerPhi, n] - n - 1; soc3TotQ[n_] := Nest[totSum, n, 3] == n && totSum[n] != n; Select[Range[2, 10^6], soc3TotQ]
CROSSREFS
Sequence in context: A250451 A031825 A234631 * A156408 A045815 A182294
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Apr 08 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 11:14 EDT 2024. Contains 371791 sequences. (Running on oeis4.)