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!)
A100008 Number of unitary divisors of 2n. 4
2, 2, 4, 2, 4, 4, 4, 2, 4, 4, 4, 4, 4, 4, 8, 2, 4, 4, 4, 4, 8, 4, 4, 4, 4, 4, 4, 4, 4, 8, 4, 2, 8, 4, 8, 4, 4, 4, 8, 4, 4, 8, 4, 4, 8, 4, 4, 4, 4, 4, 8, 4, 4, 4, 8, 4, 8, 4, 4, 8, 4, 4, 8, 2, 8, 8, 4, 4, 8, 8, 4, 4, 4, 4, 8, 4, 8, 8, 4, 4, 4, 4, 4, 8, 8, 4, 8, 4, 4, 8, 8, 4, 8, 4, 8, 4, 4, 4, 8, 4, 4, 8, 4, 4, 16 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
b(n) = a(n)/a(1) is multiplicative with b(2^e) = 1, b(p^e) = 2 otherwise. - David W. Wilson, Jun 12 2005
LINKS
FORMULA
a(n) = A000079(A099812(n)) = A000079(A001221(2n)) = 2*A068068(n). - Antti Karttunen, Sep 14 2017
Dirichlet g.f.: 2*zeta(s)^2/(zeta(2*s)*(1+1/2^s)). - Amiram Eldar, Jan 28 2023
Sum_{k=1..n} a(k) ~ 8*n*((log(n) - 1 + 2*gamma + log(2)/3)/Pi^2 - 12*zeta'(2)/Pi^4), where gamma is the Euler-Mascheroni constant A001620. - Vaclav Kotesovec, Jan 28 2023
EXAMPLE
a(6)=4 because among the six divisors of 12 only 1,3,4 and 12 are unitary.
MAPLE
with(numtheory): for n from 1 to 120 do printf(`%d, `, 2^nops(ifactors(2*n)[2])) od: # Emeric Deutsch, Dec 24 2004
MATHEMATICA
a[n_] := 2^PrimeNu[2*n]; Array[a, 100] (* Amiram Eldar, Jan 28 2023 *)
PROG
(PARI) A100008(n) = 2^omega(2*n); \\ Antti Karttunen, Sep 14 2017
CROSSREFS
Bisection of A034444, twice A068068.
Sequence in context: A091248 A082991 A214212 * A102763 A054844 A057936
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Nov 20 2004
EXTENSIONS
More terms from Emeric Deutsch, Dec 24 2004
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 24 12:50 EDT 2024. Contains 371943 sequences. (Running on oeis4.)