A335519 Number of contiguous divisors of n.
1, 2, 2, 3, 2, 4, 2, 4, 3, 4, 2, 6, 2, 4, 4, 5, 2, 6, 2, 6, 4, 4, 2, 8, 3, 4, 4, 6, 2, 7, 2, 6, 4, 4, 4, 9, 2, 4, 4, 8, 2, 7, 2, 6, 6, 4, 2, 10, 3, 6, 4, 6, 2, 8, 4, 8, 4, 4, 2, 10, 2, 4, 6, 7, 4, 7, 2, 6, 4, 7, 2, 12, 2, 4, 6, 6, 4, 7, 2, 10, 5, 4, 2, 10, 4
Offset: 1
Keywords
Examples
The a(84) = 10 distinct contiguous subsequences of (2,2,3,7) are (), (2), (3), (7), (2,2), (2,3), (3,7), (2,2,3), (2,3,7), (2,2,3,7), corresponding to the divisors 1, 2, 3, 7, 4, 6, 21, 12, 42, 84.
Links
Crossrefs
The not necessarily contiguous version is A000005.
Each number's prime indices are given in the rows of A112798.
Contiguous subsequences of standard compositions are counted by A124771.
Minimal avoided patterns of prime indices are counted by A335550.
Patterns contiguously matched by partitions are counted by A335838.
Programs
Formula
a(n) = A325770(n) + 1.
Comments