A064818 Exotic numbers: write n in base 10 as d_1 d_2 ... d_k; sequence gives numbers n which can be obtained by using the digits d_1 ... d_k exactly once, at most one each of the symbols +, -, x, "divided by", sqrt, factorial, ^, together with any number of parentheses.
1, 2, 24, 25, 36, 64, 71
Offset: 1
Examples
24 = (2+sqrt(4))!. Alternatively, 24 = sqrt((4!)^2). - _David S. Johnson_
References
- Bernardo Recamán Santos, Challenging Brainteasers, Sterling, NY, 2000.
Links
- Michael S. Branicky, Representations for McNeil's terms < 1000
Extensions
The reference also gives 121 = 11^2, 127 = 2^7 - 1, 128 = 2^(8-1), 144 = (1+4)! + 4!, but missed 120 = (10/2)! found by Peter Shor.
a(5)-a(7) from D. S. McNeil, Sep 07 2010
Comments