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.

A302035 a(1) = 0, for n > 1, a(n) = A001511(A260739(n)); Number of instances of (the smallest) Ludic factor A272565(n) in n.

Original entry on oeis.org

0, 1, 1, 2, 1, 1, 1, 3, 2, 1, 1, 2, 1, 1, 1, 4, 1, 1, 2, 2, 3, 1, 1, 3, 1, 1, 1, 2, 1, 1, 2, 5, 2, 1, 1, 2, 1, 1, 1, 3, 1, 1, 1, 2, 4, 1, 1, 4, 3, 1, 1, 2, 1, 1, 2, 3, 2, 1, 1, 2, 1, 1, 1, 6, 1, 1, 1, 2, 3, 1, 1, 3, 2, 1, 1, 2, 1, 1, 2, 4, 2, 1, 1, 2, 3, 1, 1, 3, 1, 1, 1, 2, 5, 1, 1, 5, 1, 1, 1, 2, 2, 1, 1, 3, 2
Offset: 1

Views

Author

Antti Karttunen, Apr 01 2018

Keywords

Comments

An A067029 analog for "Ludic factorization": iterating the map n -> A302034(n) until 1 is reached, and taking the Ludic factor (A272565) of each term gives a sequence of distinct Ludic numbers (A003309) in ascending order, while applying this function (A302035) to those terms gives the corresponding "exponents" of those Ludic factors, that is, the count of consecutive occurrences of each when iterating the map n -> A302032(n), which gives the same factors with repetitions. Permutation pair A302025/A302026 maps between the Ludic factorization and the ordinary prime factorization of n. See also comments and examples in A302032.

Crossrefs

Formula

a(1) = 0; for n > 1, a(n) = A001511(A260739(n)).
For n > 1, a(n) = A302025(A067029(A302026(n))).