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!)
A341593 Number of superior prime-power divisors of n. 24
0, 1, 1, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 0, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 0, 1, 1, 1, 4, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 0, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
We define a divisor d|n to be superior if d >= n/d. Superior divisors are counted by A038548 and listed by A161908.
LINKS
EXAMPLE
The superior prime-power divisors (columns) of selected n:
n = 4374 5103 6144 7500 9000
----------------------------
81 81 128 125 125
243 243 256 625
729 729 512
2187 1024
2048
MATHEMATICA
Table[Length[Select[Divisors[n], PrimePowerQ[#]&&#>=n/#&]], {n, 100}]
CROSSREFS
Positions of zeros after the first are A051283.
The inferior version is A333750.
The version for prime instead of prime-power divisors is A341591.
The version for squarefree instead of prime-power divisors is A341592.
Dominates A341644 (the strictly superior case).
The version for odd instead of prime-power divisors is A341675.
The strictly inferior version is A341677.
A000961 lists prime powers.
A001221 counts prime divisors, with sum A001414.
A001222 counts prime-power divisors.
A005117 lists squarefree numbers.
A033677 selects the smallest superior divisor.
A038548 counts superior (or inferior) divisors.
A056924 counts strictly superior (or strictly inferior) divisors.
A161908 lists superior divisors.
A207375 lists central divisors.
- Strictly Inferior: A060775, A070039, A333805, A333806, A341596, A341674.
Sequence in context: A086074 A180601 A331048 * A288636 A089723 A363741
KEYWORD
nonn
AUTHOR
Gus Wiseman, Feb 19 2021
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 17 21:01 EDT 2024. Contains 371767 sequences. (Running on oeis4.)