A355015 The least integer with cost n, using the cost function used in sequence A354914.
1, 2, 3, 7, 23, 719, 1169951
Offset: 0
Examples
Example: a(4) = 23 because 23 can be reached by the path 1, 2, 3, 4, 5, 20, 23, which has 4 addition steps, and one can check that each smaller number has cost at most 3.
Crossrefs
Cf. A354914.
Extensions
a(6) corrected by Stan Wagon, Feb 15 2023
Comments