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, allowing concatenation of the digits.
A060273
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, allowing concatenation of the digits.
Terms
- a(0) =1a(1) =3a(2) =5a(3) =7a(4) =29a(5) =51a(6) =151a(7) =601a(8) =1631a(9) =7159a(10) =19145a(11) =71515a(12) =378701
External references
- oeis: A060273