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!)
A292586 a(n) = A002110(A001221(n)) = product of first omega(n) primes. 7

%I #22 Sep 27 2017 09:20:22

%S 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,

%T 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,

%U 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

%N a(n) = A002110(A001221(n)) = product of first omega(n) primes.

%C 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)).

%H Antti Karttunen, <a href="/A292586/b292586.txt">Table of n, a(n) for n = 1..16384</a>

%H <a href="/index/Pri#primorial_numbers">Index entries for sequences related to primorial numbers</a>

%F a(n) = A002110(A001221(n)).

%F a(n) = A278222(A292382(n)).

%F For all n >= 1:

%F A001221(n) = A001221(a(n)) = A001222(a(n)) = A000120(A292382(n)).

%t Array[Product[Prime@ i, {i, PrimeNu@ #}] &, 105] (* _Michael De Vlieger_, Sep 25 2017 *)

%o (PARI) A292586(n) = prod(i=1, omega(n), prime(i));

%o (Scheme)

%o (define (A292586 n) (A002110 (A001221 n)))

%o (define (A292586 n) (A278222 (A292382 n)))

%Y Cf. A005940, A086568, A278222, A292382.

%Y Cf. A083399 (restricted growth transform of this sequence).

%K nonn

%O 1,2

%A _Antti Karttunen_, Sep 25 2017

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 5 08:12 EDT 2024. Contains 373102 sequences. (Running on oeis4.)