cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

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

Original entry on oeis.org

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
Offset: 1

Views

Author

Antti Karttunen, Sep 25 2017

Keywords

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

Crossrefs

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

Programs

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

A130675 Factorial of bigomega(n).

Original entry on oeis.org

1, 1, 1, 2, 1, 2, 1, 6, 2, 2, 1, 6, 1, 2, 2, 24, 1, 6, 1, 6, 2, 2, 1, 24, 2, 2, 6, 6, 1, 6, 1, 120, 2, 2, 2, 24, 1, 2, 2, 24, 1, 6, 1, 6, 6, 2, 1, 120, 2, 6, 2, 6, 1, 24, 2, 24, 2, 2, 1, 24, 1, 2, 6, 720, 2, 6, 1, 6, 2, 6, 1, 120, 1, 2, 6, 6, 2, 6, 1, 120, 24, 2, 1, 24, 2, 2, 2, 24, 1, 24
Offset: 1

Views

Author

Giovanni Teofilatto, Aug 12 2007

Keywords

Comments

a(n) = 1 iff n=1 or n is prime. - Wesley Ivan Hurt, Jun 05 2014

Crossrefs

Programs

Formula

a(n) = A000142(A001222(n)).
a(n) = A008480(n) * A112624(n). - Amiram Eldar, Mar 08 2024

Extensions

A 16 split into 1,6, a 21 split into 2,1, a(1) replaced by 1, and definition clarified by R. J. Mathar, Aug 23 2010
Showing 1-2 of 2 results.