A368899 Least integer which begins n consecutive integers with the same prime tower factorization tree.
1, 2, 33, 19940, 136824, 630772, 30530822
Offset: 1
Examples
For n=5, a(5) = 136824 = 2^3 * 3^1 * 5701^1 has tree structure 136824 / | \ 3 1 1 | 1 The structures of the 5 numbers 136824, ..., 136828 are isomorphic as rooted trees, for example 136826 / | \ 1 2 1 | 1
Links
- Roberto Conti, Pierluigi Contucci, and Vitalii Iudelevich, Bounds on tree distribution in number theory, arXiv:2401.03278 [math.NT], 2023. See Section 5 (p. 13).
- Roberto Conti and Pierluigi Contucci, A â„•atural Avenue, arXiv:2204.08982 [math.NT], 2023.
Comments