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!)
A353681 a(n) = 1 if phi(sigma(n)) > phi(n), otherwise 0. 6
0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1
LINKS
FORMULA
a(n) = [A353636(n) > 0], where [ ] is the Iverson bracket.
a(n) = A353682(n) - A353637(n).
MATHEMATICA
Table[Boole[EulerPhi[DivisorSigma[1, n]] > EulerPhi[n]], {n, 1, 120}] (* Amiram Eldar, May 06 2022 *)
PROG
(PARI) A353681(n) = (eulerphi(sigma(n))>eulerphi(n));
CROSSREFS
Characteristic function of A353683, while its complement A353685 gives the positions of zeros.
Sequence in context: A113217 A189219 A189008 * A285515 A190204 A189028
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 06 2022
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 19 06:47 EDT 2024. Contains 375284 sequences. (Running on oeis4.)