OFFSET
1,1
COMMENTS
Concat(a,b) means decimal concatenation of a and b, i.e., a*10^[log[10](b)+1] + b, since we do not allow leading zeros in b.
EXAMPLE
a(4)=34 is in the sequence since bigomega(34) = 2 = 1*2 = bigomega(3)*bigomega(4).
206 is not in this sequence although bigomega(206) = 2 = 1*2 = bigomega(2)*bigomega(06), we do not allow leading zeros in the second part b.
PROG
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
M. F. Hasler, Nov 08 2008
STATUS
approved