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!)
A329730 Numbers k such that usigma(uphi(k)) = uphi(usigma(k)), where usigma is the sum of unitary divisors function (A034448) and uphi is the unitary totient function (A047994). 1
1, 3, 4, 8, 12, 24, 33, 91, 132, 201, 728, 812, 921, 1608, 1612, 2064, 2496, 2854, 3058, 3240, 3435, 3500, 4426, 5074, 5664, 5762, 6860, 7318, 7368, 8434, 9500, 9846, 10286, 11073, 12982, 13773, 14252, 14386, 17241, 17246, 18321, 18723, 18898, 19628, 21309, 21538 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The unitary version of A033632.
LINKS
EXAMPLE
33 is the sequence since usigma(uphi(33)) = usigma(20) = 30 and uphi(usigma(33)) = uphi(48) = 30.
MATHEMATICA
usigma[1]=1; usigma[n_] := Times @@ (1 + Power @@@ FactorInteger[n]); uphi[1] = 1; uphi[n_] := Times @@ (-1 + Power @@@ FactorInteger[n]); aQ[n_] := usigma[uphi[n]] == uphi[usigma[n]]; Select[Range[22000], aQ]
CROSSREFS
Sequence in context: A074331 A052952 A245121 * A153339 A275989 A343562
KEYWORD
nonn
AUTHOR
Amiram Eldar, Nov 19 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 19 10:38 EDT 2024. Contains 371791 sequences. (Running on oeis4.)