Hard numbers: a(n) = smallest positive number m with f(m) = n, where f(m) is the smallest number of digits that are needed to construct m using only 1's, 2's and any number of +, -, *, ^ signs, not allowing concatenation of the digits.

A060274

Hard numbers: a(n) = smallest positive number m with f(m) = n, where f(m) is the smallest number of digits that are needed to construct m using only 1's, 2's and any number of +, -, *, ^ signs, not allowing concatenation of the digits.

Terms

    a(0) =1a(1) =3a(2) =5a(3) =7a(4) =13a(5) =21a(6) =41a(7) =91a(8) =269a(9) =419a(10) =921a(11) =2983a(12) =8519a(13) =18859a(14) =53611a(15) =136631a(16) =436341

External references