login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A354190
a(n) = phi(A267099(sigma(n))), where A267099 is fully multiplicative involution swapping the positions of 4k+1 and 4k+3 primes.
3
1, 4, 2, 12, 4, 8, 4, 8, 6, 20, 8, 24, 12, 16, 16, 40, 20, 24, 4, 48, 16, 40, 16, 16, 40, 48, 8, 48, 8, 80, 16, 240, 32, 100, 32, 72, 28, 16, 48, 40, 48, 64, 32, 96, 24, 80, 32, 80, 112, 160, 80, 156, 100, 32, 80, 32, 16, 40, 16, 192, 40, 64, 24, 148, 96, 160, 20, 240, 64, 160, 80, 48, 22, 112, 80, 48, 64, 192, 16
OFFSET
1,2
LINKS
FORMULA
a(n) = A354191(n) + A354102(n).
PROG
(PARI) A354190(n) = eulerphi(A267099(sigma(n))); \\ Uses the program given in A267099.
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 19 2022
STATUS
approved