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!)
A292586 a(n) = A002110(A001221(n)) = product of first omega(n) primes. 7
1, 2, 2, 2, 2, 6, 2, 2, 2, 6, 2, 6, 2, 6, 6, 2, 2, 6, 2, 6, 6, 6, 2, 6, 2, 6, 2, 6, 2, 30, 2, 2, 6, 6, 6, 6, 2, 6, 6, 6, 2, 30, 2, 6, 6, 6, 2, 6, 2, 6, 6, 6, 2, 6, 6, 6, 6, 6, 2, 30, 2, 6, 6, 2, 6, 30, 2, 6, 6, 30, 2, 6, 2, 6, 6, 6, 6, 30, 2, 6, 2, 6, 2, 30, 6, 6, 6, 6, 2, 30, 6, 6, 6, 6, 6, 6, 2, 6, 6, 6, 2, 30, 2, 6, 30 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The connection with binary tree A005940 is explained by the fact that on a trajectory from its root (1) to any number n, the numbers of the form 4k+2 will never occur consecutively (they are only born as right children of odd numbers, while all their right descendants from then onward are multiples of four). Thus all the runs are separate runs of length one, from which follows that A278222 when applied to A292382 yields only primorials. Moreover, the steps producing 4k+2 numbers are also only steps in A005940 that add new distinct prime factors to the generated number. Thus the total number of such steps is equal to the number of distinct prime factors of the eventual n. Hence A278222(A292382(n)) = A002110(A001221(n)).
LINKS
FORMULA
a(n) = A002110(A001221(n)).
a(n) = A278222(A292382(n)).
For all n >= 1:
A001221(n) = A001221(a(n)) = A001222(a(n)) = A000120(A292382(n)).
MATHEMATICA
Array[Product[Prime@ i, {i, PrimeNu@ #}] &, 105] (* Michael De Vlieger, Sep 25 2017 *)
PROG
(PARI) A292586(n) = prod(i=1, omega(n), prime(i));
(Scheme)
(define (A292586 n) (A002110 (A001221 n)))
(define (A292586 n) (A278222 (A292382 n)))
CROSSREFS
Cf. A083399 (restricted growth transform of this sequence).
Sequence in context: A336486 A079894 A335966 * A324291 A114005 A103794
KEYWORD
nonn
AUTHOR
Antti Karttunen, Sep 25 2017
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 April 18 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)