A276090 Left inverse of A276089: For n = sum_{i=1..} d(i)*i! (with each d(i) <= i), a(n) = sum_{j=1..} d(2j-1)*j!.
Examples
For n = 311 ("22321" in factorial base representation) we pick the digits at odd positions 1, 3 and 5, thus we get a(311) = 2*3! + 3*2! + 1*1! = 19. For n=373 ("30201"), we pick the digits from those same positions and construct a(373) = 3*3! + 2*2! + 1*1! = 23.
Comments