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!)
A354233 Least number with n runs in ordered prime signature. 1

%I #6 May 21 2022 19:40:16

%S 1,2,12,90,2100,48510,3303300,139369230,18138420300,1157182716690,

%T 278261505822300,30168910606824990,9894144362523521100,

%U 1693350783450479863710,715178436956287675671300,147157263134197051595990130,83730945863531292204568790100

%N Least number with n runs in ordered prime signature.

%C A number's prime signature (row n of A124010) is the sequence of positive exponents in its prime factorization.

%H Mathematics Stack Exchange, <a href="https://math.stackexchange.com/q/87559">What is a sequence run? (answered 2011-12-01)</a>

%e 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.

%t Table[Product[Prime[i]^If[EvenQ[n-i],1,2],{i,n}],{n,0,15}]

%Y Positions of first appearances in A353745.

%Y A001222 counts prime factors with multiplicity, distinct A001221.

%Y A005361 gives product of signature, firsts A353500 (sorted A085629).

%Y A056239 adds up prime indices, row sums of A112798 and A296150.

%Y A124010 gives prime signature, sorted A118914.

%Y A130091 lists numbers with distinct prime exponents, counted by A098859.

%Y A181819 gives prime shadow, with an inverse A181821.

%Y A182850 gives frequency depth of prime indices, counted by A225485.

%Y A323014 gives adjusted frequency depth of prime indices, counted by A325280.

%Y Cf. A005811, A097318, A304678, A325755, A353507, A353742.

%K nonn

%O 0,2

%A _Gus Wiseman_, May 20 2022

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 7 16:33 EDT 2024. Contains 373202 sequences. (Running on oeis4.)