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!)
A372468 The number of divisors of the numbers whose number of divisors is a power of 2 (A036537). 3
1, 2, 2, 2, 4, 2, 4, 4, 2, 2, 4, 4, 2, 2, 4, 4, 2, 8, 4, 4, 2, 8, 2, 4, 4, 4, 2, 4, 4, 8, 2, 8, 2, 4, 2, 4, 2, 8, 4, 8, 4, 4, 2, 2, 4, 4, 8, 2, 4, 8, 2, 2, 4, 4, 8, 2, 4, 2, 4, 4, 4, 8, 2, 4, 4, 4, 4, 2, 2, 8, 2, 8, 8, 4, 2, 2, 8, 4, 2, 8, 4, 4, 4, 16, 4, 4, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also, the number of infinitary divisors of the numbers whose number of divisors is a power of 2.
LINKS
FORMULA
a(n) = A000005(A036537(n)).
a(n) = A037445(A036537(n)).
a(n) = A372470(A036537(n)).
a(n) = 2^A372469(n).
MATHEMATICA
Select[DivisorSigma[0, Range[300]], # == 2^IntegerExponent[#, 2] &]
PROG
(PARI) lista(n) = select(x -> x >> valuation(x, 2) == 1, vector(n, i, numdiv(i)));
CROSSREFS
Sequence in context: A072048 A161841 A335901 * A366438 A152674 A072056
KEYWORD
nonn,easy
AUTHOR
Amiram Eldar, May 02 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 June 5 10:42 EDT 2024. Contains 373105 sequences. (Running on oeis4.)