This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A064818 #13 Jan 17 2023 07:13:06 %S A064818 1,2,24,25,36,64,71 %N 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. %C A064818 The trivial representation n = d_1 d_2 ... d_k is excluded. %C A064818 I've found some more terms: 36 = 3!*6, 64 = sqrt(4)^6, 125 = 5^(1+2), 216 = 6^(1+2). But I haven't done an exhaustive search, so I'm not sure what a(5) is. There could be a term between 25 and 36. - _David Wasserman_, Aug 20 2002 %C A064818 From _D. S. McNeil_, Sep 07 2010: Probably the sequence up to 1000 is [1, 2, 24, 25, 36, 64, 71, 120, 121, 125, 126, 127, 128, 153, 184, 216, 289, 324, 337, 343, 347, 354, 355, 360, 384, 456, 464, 624, 625, 648, 660, 688, 693, 720, 729, 736], with about 10% chance of error. %D A064818 Bernardo Recamán Santos, Challenging Brainteasers, Sterling, NY, 2000. %H A064818 Michael S. Branicky, <a href="/A064818/a064818.txt">Representations for McNeil's terms < 1000</a> %e A064818 24 = (2+sqrt(4))!. %e A064818 Alternatively, 24 = sqrt((4!)^2). - _David S. Johnson_ %K A064818 nonn,base,nice,more %O A064818 1,2 %A A064818 _N. J. A. Sloane_, Oct 23 2001 %E A064818 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_. %E A064818 a(5)-a(7) from _D. S. McNeil_, Sep 07 2010