OFFSET
1,1
COMMENTS
Not the same as A133957.
Number of terms < 10^n: 0, 2, 31, 223, 1638, 11752, 89918, ....
MATHEMATICA
lst = {}; semiPrimeQ[x_] := Plus @@ Last /@ FactorInteger@x == 2; f[n_] := FromDigits@ Flatten[IntegerDigits@ Table[ #[[1]], {#[[2]]}] & /@ FactorInteger@n, 2]; h[n_] := NestWhileList[ f@# &, n, ! PrimeQ@# &, 1, 6];
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Jonathan Vos Post & Robert G. Wilson v, Oct 01 2007, Oct 06 2007
STATUS
approved