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!)
A353767 a(n) = phi(sigma(A003961(n))), where A003961 is fully multiplicative with a(p) = nextprime(p). 3
1, 2, 2, 12, 4, 8, 4, 16, 30, 16, 6, 24, 6, 16, 16, 110, 8, 60, 8, 48, 24, 24, 8, 64, 36, 24, 48, 48, 16, 64, 18, 144, 24, 32, 32, 360, 12, 32, 36, 128, 20, 96, 16, 72, 120, 32, 18, 220, 108, 72, 32, 72, 16, 192, 48, 128, 48, 64, 30, 192, 32, 72, 120, 1092, 48, 96, 24, 96, 48, 128, 36, 480, 32, 48, 108, 96, 48, 144 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A353790(n) / A326042(n).
MATHEMATICA
f[p_, e_] := NextPrime[p]^e; s[1] = 1; s[n_] := Times @@ f @@@ FactorInteger[n]; a[n_] := EulerPhi[DivisorSigma[1, s[n]]]; Array[a, 100] (* Amiram Eldar, May 10 2022 *)
PROG
(PARI)
A003961(n) = { my(f = factor(n)); for(i=1, #f~, f[i, 1] = nextprime(f[i, 1]+1)); factorback(f); };
A353767(n) = eulerphi(sigma(A003961(n)));
CROSSREFS
Sequence in context: A128269 A109813 A241519 * A288339 A288808 A086595
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 10 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 July 24 20:07 EDT 2024. Contains 374585 sequences. (Running on oeis4.)