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!)
A337544 a(n) = 2*phi(A003961(n)) - A003961(n). 3
1, 1, 3, 3, 5, 1, 9, 9, 15, 3, 11, 3, 15, 7, 13, 27, 17, 5, 21, 9, 25, 9, 27, 9, 35, 13, 75, 21, 29, -9, 35, 81, 31, 15, 43, 15, 39, 19, 43, 27, 41, -5, 45, 27, 65, 25, 51, 27, 99, 21, 49, 39, 57, 25, 53, 63, 61, 27, 59, -27, 65, 33, 125, 243, 73, -3, 69, 45, 79, 9, 71, 45, 77, 37, 91, 57, 97, 1, 81, 81, 375, 39, 87, -15, 83 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A083254(A003961(n)).
a(n) = 2*A003972(n) - A003961(n).
PROG
(PARI)
A003961(n) = my(f = factor(n)); for (i=1, #f~, f[i, 1] = nextprime(f[i, 1]+1)); factorback(f);
A337544(n) = (2*eulerphi(A003961(n)) - A003961(n));
CROSSREFS
Sequence in context: A131843 A205550 A209389 * A105104 A229087 A142961
KEYWORD
sign
AUTHOR
Antti Karttunen, Sep 21 2020
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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)