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!)
A325238 First positive integer with each omega-sequence. 34
1, 2, 4, 6, 8, 12, 16, 24, 30, 32, 36, 48, 60, 64, 96, 120, 128, 192, 210, 216, 240, 256, 360, 384, 420, 480, 512, 720, 768, 840, 900, 960, 1024, 1260, 1296, 1440, 1536, 1680, 1920, 2048, 2310, 2520, 2880, 3072, 3360, 3840, 4096, 4620, 5040, 5760, 6144, 6720 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
We define the omega-sequence of n (row n of A323023) to have length A323014(n) = frequency depth of n, and the k-th part is Omega(red^{k-1}(n)), where Omega = A001222 and red^{k} is the k-th functional iteration of red = A181819, given by red(n = p^i*...*q^j) = prime(i)*...*prime(j), i.e., the product of primes indexed by the prime exponents of n.
LINKS
EXAMPLE
The sequence of terms together with their omega-sequences begins:
1:
2: 1
4: 2 1
6: 2 2 1
8: 3 1
12: 3 2 2 1
16: 4 1
24: 4 2 2 1
30: 3 3 1
32: 5 1
36: 4 2 1
48: 5 2 2 1
60: 4 3 2 2 1
64: 6 1
96: 6 2 2 1
120: 5 3 2 2 1
128: 7 1
192: 7 2 2 1
210: 4 4 1
216: 6 2 1
240: 6 3 2 2 1
256: 8 1
360: 6 3 3 1
384: 8 2 2 1
420: 5 4 2 2 1
MATHEMATICA
tomseq[n_]:=If[n<=1, {}, Most[FixedPointList[Sort[Length/@Split[#]]&, Sort[Last/@FactorInteger[n]]]]];
omseqs=Table[Total/@tomseq[n], {n, 1000}];
Sort[Table[Position[omseqs, x][[1, 1]], {x, Union[omseqs]}]]
CROSSREFS
Sequence in context: A025487 A333964 A279537 * A344385 A070175 A096850
KEYWORD
nonn
AUTHOR
Gus Wiseman, Apr 14 2019
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 June 6 08:24 EDT 2024. Contains 373117 sequences. (Running on oeis4.)