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!)
A330273 Infinitary perfect totient numbers: numbers that equal to the sum of their iterated infinitary totient function (A091732). 4
3, 10, 21, 44, 93, 118, 170, 320, 548, 3596, 3620, 4772, 5564, 18260, 33051, 256425, 403700, 1071129, 1790160, 2318180, 3968852, 4027375, 10001319, 11270012, 12048740, 13358121, 31741593, 46271673, 56149161, 4344134553 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The infinitary version of A082897 (perfect totient numbers), in which the infinitary totient function iphi (A091732) replaces the Euler totient function (A000010).
LINKS
EXAMPLE
10 is an infinitary perfect totient number because iphi(10) + iphi(iphi(10)) + ... = 4 + 3 + 2 + 1 = 10.
MATHEMATICA
f[p_, e_] := p^(2^(-1 + Position[Reverse @ IntegerDigits[e, 2], _?(# == 1 &)])); iphi[1] = 1; iphi[n_] := iphi[n] = Times @@ (Flatten@(f @@@ FactorInteger[n]) - 1); infPerfTotQ[n_] := Plus @@ FixedPointList[iphi@# &, n] == 2 n + 1; Select[Range[1000], infPerfTotQ]
CROSSREFS
Sequence in context: A268348 A117495 A007687 * A335666 A192033 A295063
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Dec 13 2019
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 24 02:46 EDT 2024. Contains 371917 sequences. (Running on oeis4.)