[go: up one dir, main page]

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!)
A372330 The number of divisors of the smallest multiple of n whose number of divisors is a power of 2 (A036537). 1
1, 2, 2, 4, 2, 4, 2, 4, 4, 4, 2, 8, 2, 4, 4, 8, 2, 8, 2, 8, 4, 4, 2, 8, 4, 4, 4, 8, 2, 8, 2, 8, 4, 4, 4, 16, 2, 4, 4, 8, 2, 8, 2, 8, 8, 4, 2, 16, 4, 8, 4, 8, 2, 8, 4, 8, 4, 4, 2, 16, 2, 4, 8, 8, 4, 8, 2, 8, 4, 8, 2, 16, 2, 4, 8, 8, 4, 8, 2, 16, 8, 4, 2, 16, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also, the number of infinitary divisors of the smallest multiple of n whose number of divisors is a power of 2.
LINKS
FORMULA
a(n) = A000005(A372329(n)).
a(n) = A037445(A372329(n)).
Multiplicative with a(p^e) = 2^ceiling(log_2(e+1)).
MATHEMATICA
f[p_, e_] := 2^Ceiling[Log2[e + 1]]; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100]
PROG
(PARI) s(n) = {my(e=logint(n + 1, 2)); if(n + 1 == 2^e, n + 1, 2^(e+1))};
a(n) = {my(f=factor(n)); prod(i=1, #f~, s(f[i, 2]))};
CROSSREFS
Sequence in context: A082508 A327730 A365348 * A303809 A193562 A249868
KEYWORD
nonn,easy,mult
AUTHOR
Amiram Eldar, Apr 28 2024
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 August 30 21:24 EDT 2024. Contains 375550 sequences. (Running on oeis4.)