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!)
A336468 a(n) = A336466(phi(n)), where A336466 is fully multiplicative with a(p) = A000265(p-1) for prime p, with A000265(k) giving the odd part of k. 3
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 5, 11, 1, 3, 1, 1, 1, 3, 1, 1, 1, 1, 3, 7, 1, 1, 1, 1, 1, 1, 1, 5, 1, 5, 1, 3, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 5, 1, 1, 3, 3, 1, 5, 1, 1, 5, 1, 11, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,23
LINKS
FORMULA
a(n) = A336466(A000010(n)).
Multiplicative with a(p^e) = A336466(p-1) * A336466(p)^(e-1).
PROG
(PARI)
A000265(n) = (n>>valuation(n, 2));
A336468(n) = { my(f=factor(eulerphi(n))); prod(k=1, #f~, A000265(f[k, 1]-1)^f[k, 2]); };
\\ Alternatively, as follows, requiring also code from A336466:
A336468(n) = { my(f=factor(n)); prod(k=1, #f~, A336466(f[k, 1]-1) * A336466(f[k, 1])^(f[k, 2]-1)); };
CROSSREFS
Sequence in context: A291578 A165485 A179947 * A348496 A344757 A046623
KEYWORD
nonn,mult
AUTHOR
Antti Karttunen, Jul 22 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 16 19:21 EDT 2024. Contains 371754 sequences. (Running on oeis4.)