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!)
A333104 Unitary quasiperfect cototient numbers: numbers k such that the sum of the iterated unitary cototient function of k is equal to k+1. 0
10, 22, 98, 118, 230, 266, 1452, 88894, 114214, 1274198, 51675986, 61177358, 82986118 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(14) > 10^9.
LINKS
EXAMPLE
10 is a term since A323410(10) = 6, A323410(6) = 4, A323410(4) = 1 and 6 + 4 + 1 = 11 = 10 + 1.
MATHEMATICA
uphi[0] = 0; uphi[1] = 1; uphi[n_] := (Times @@ (Table[#[[1]]^#[[2]] - 1, {1}] & /@ FactorInteger[n]))[[1]]; ucot[n_] := n - uphi[n]; Select[Range[10^4], Plus @@ FixedPointList[ucot, #] == 2*# + 1 &]
CROSSREFS
Sequence in context: A255048 A354879 A349847 * A214959 A054095 A125618
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 August 24 14:47 EDT 2024. Contains 375417 sequences. (Running on oeis4.)