A368423 The least number of applications of functions in the Wainer hierarchy to reach n, starting from 0.
0, 1, 2, 3, 3, 4, 4, 5, 3, 4, 5, 6, 5, 6, 6, 7, 4, 5, 5, 6, 6, 7, 7, 8, 4, 5, 6, 7, 7, 8, 8, 9, 5, 6, 6, 7, 6, 7, 7, 8, 7, 8, 8, 9, 8, 9, 9, 10, 5, 6, 6, 7, 7, 8, 8, 9, 8, 9, 9, 10, 9, 10, 10, 11, 4, 5, 6, 7, 7, 8, 8, 9, 7, 8, 8, 9, 8, 9, 9, 10, 8, 9, 9, 10, 9, 10, 10, 11, 9, 10, 10, 11, 10, 11, 11, 12, 6, 7, 7, 8, 7
Offset: 0
Keywords
Examples
For n = 2048, a(2048) = 3 since 2048 = 2*2^2*2^(2*2^2) = f_2(f_2(2)) = f_3(2) = f_3(f_0(1)) = f_3(f_0(f_0(0))), so 2048 can be reached in 3 steps.
Links
- Jayde S. Massmann, Table of n, a(n) for n = 0..2048
Crossrefs
Cf. A056792.
Formula
a(n) <= A056792(n).
Comments