login
A329026
Numbers k such that k = Product(p_j^e_j) = concatenation(pi(p_j)), where pi = A000720.
2
12, 14, 2127, 1232495490
OFFSET
1,1
COMMENTS
Numbers k such that k equals concatenation of indices of distinct prime factors of k, in increasing order.
Fixed points of A329025.
No other terms below 10^17. - Max Alekseyev, Feb 21 2025
EXAMPLE
2127 is a term because 2127 = 3 * 709 = prime(2) * prime(127) = concat(2, 127).
MATHEMATICA
a[n_] := FromDigits[Flatten@IntegerDigits@(PrimePi[#[[1]]] & /@ FactorInteger[n])]; Select[Range[2200], a[#] == # &]
CROSSREFS
Sequence in context: A318298 A139310 A221819 * A307535 A180575 A115402
KEYWORD
nonn,base,more
AUTHOR
Ilya Gutkovskiy, Nov 02 2019
EXTENSIONS
a(4) from Giovanni Resta, Nov 04 2019
STATUS
approved