OFFSET
1,2
COMMENTS
The integer n has a unique "greedy" representation in the factorial base as n = Sum_{b>=1} c_b*b!, see A007623.
The number of coefficients c_b is A084558(n).
The current sequence starts from an empty string, scans the coefficients c_b in the order b=1,2,3,..., i.e., reads A007623(n) from the least to the most significant position, and appends b c_b times to the string. The resulting string is shown in the sequence as a standard decimal number a(n).
FORMULA
A061602(a(n)) = n. - R. J. Mathar, Oct 30 2010
EXAMPLE
a(39) = 12334 with A007623(39) = 1211, because 1! + 2! + 3! + 3! + 4! = 1 + 2 + 6 + 6 + 24 = 39
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Giorgio Balzarotti and Paolo P. Lava, Oct 13 2005
EXTENSIONS
Definition and comment shortened with reference to A007623 - R. J. Mathar, Oct 30 2010
STATUS
approved