The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A324391 Fully multiplicative with a(p^e) = A070939(p)^e, where A070939(p) gives the length of the binary representation of p. 1
1, 2, 2, 4, 3, 4, 3, 8, 4, 6, 4, 8, 4, 6, 6, 16, 5, 8, 5, 12, 6, 8, 5, 16, 9, 8, 8, 12, 5, 12, 5, 32, 8, 10, 9, 16, 6, 10, 8, 24, 6, 12, 6, 16, 12, 10, 6, 32, 9, 18, 10, 16, 6, 16, 12, 24, 10, 10, 6, 24, 6, 10, 12, 64, 12, 16, 7, 20, 10, 18, 7, 32, 7, 12, 18, 20, 12, 16, 7, 48, 16, 12, 7, 24, 15, 12, 10, 32, 7, 24, 12, 20, 10, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
For all n >= 1, a(A000668(n)) = A000043(n).
PROG
(PARI)
A070939(n) = if(!n, 1, #binary(n));
A324391(n) = { my(f = factor(n)); for (i=1, #f~, f[i, 1] = A070939(f[i, 1])); factorback(f); };
CROSSREFS
Sequence in context: A083742 A107331 A283187 * A357978 A087808 A217754
KEYWORD
nonn,mult
AUTHOR
Antti Karttunen, Mar 05 2019
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 June 4 05:52 EDT 2024. Contains 373089 sequences. (Running on oeis4.)