A335447 Number of (1,2)-matching permutations of the prime indices of n.
0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0, 1, 1, 0, 0, 2, 0, 2, 1, 1, 0, 3, 0, 1, 0, 2, 0, 5, 0, 0, 1, 1, 1, 5, 0, 1, 1, 3, 0, 5, 0, 2, 2, 1, 0, 4, 0, 2, 1, 2, 0, 3, 1, 3, 1, 1, 0, 11, 0, 1, 2, 0, 1, 5, 0, 2, 1, 5, 0, 9, 0, 1, 2, 2, 1, 5, 0, 4, 0, 1, 0, 11, 1, 1
Offset: 1
Keywords
Examples
The a(n) permutations for n = 6, 12, 24, 48, 30, 72, 60: (12) (112) (1112) (11112) (123) (11122) (1123) (121) (1121) (11121) (132) (11212) (1132) (1211) (11211) (213) (11221) (1213) (12111) (231) (12112) (1231) (312) (12121) (1312) (12211) (1321) (21112) (2113) (21121) (2131) (21211) (2311) (3112) (3121)
Links
- Wikipedia, Permutation pattern
- Gus Wiseman, Sequences counting and ranking compositions by the patterns they match or avoid.
Crossrefs
The avoiding version is A000012.
Patterns are counted by A000670.
Positions of zeros are A000961.
(1,2)-matching patterns are counted by A002051.
Permutations of prime indices are counted by A008480.
(1,2)-matching compositions are counted by A056823.
STC-numbers of permutations of prime indices are A333221.
Patterns matched by standard compositions are counted by A335454.
(1,2,1) or (2,1,2)-matching permutations of prime indices are A335460.
(1,2,1) and (2,1,2)-matching permutations of prime indices are A335462.
Dimensions of downsets of standard compositions are A335465.
(1,2)-matching compositions are ranked by A335485.
Programs
-
Mathematica
primeMS[n_]:=If[n==1,{},Flatten[Cases[FactorInteger[n],{p_,k_}:>Table[PrimePi[p],{k}]]]]; Table[Length[Select[Permutations[primeMS[n]],!GreaterEqual@@#&]],{n,100}]
Formula
a(n) = A008480(n) - 1.
Comments