The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A333103 Quasiperfect cototient numbers: numbers k such that the sum of the iterated cototient function of k is equal to k+1. 1
6, 14, 62, 254, 16382, 78585, 87465, 262142, 1048574 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If m is in A050475 then 2^m - 2 is a term.
3*10^8 < a(10) <= 4294967292.
LINKS
EXAMPLE
6 is a term since A051953(6) = 4, A051953(4) = 2, A051953(2) = 1, and 4 + 2 + 1 = 7 = 6 + 1.
MATHEMATICA
cot[n_] := n - EulerPhi[n]; s[n_] := Plus @@ FixedPointList[cot, n]; Select[Range[10^5], s[#] == 2*# + 1 &]
CROSSREFS
Sequence in context: A032404 A059954 A252541 * A139257 A056842 A182752
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Mar 07 2020
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 May 15 05:46 EDT 2024. Contains 372538 sequences. (Running on oeis4.)