A354233 Least number with n runs in ordered prime signature.
1, 2, 12, 90, 2100, 48510, 3303300, 139369230, 18138420300, 1157182716690, 278261505822300, 30168910606824990, 9894144362523521100, 1693350783450479863710, 715178436956287675671300, 147157263134197051595990130, 83730945863531292204568790100
Offset: 0
Keywords
Examples
The prime indices of 90 are {1,2,2,3}, with multiplicities {1,2,1}, with runs {{1},{2},{1}}, and this is the first case of 3 runs, so a(3) = 90.
Links
- Mathematics Stack Exchange, What is a sequence run? (answered 2011-12-01)
Crossrefs
Positions of first appearances in A353745.
Programs
-
Mathematica
Table[Product[Prime[i]^If[EvenQ[n-i],1,2],{i,n}],{n,0,15}]
Comments