A078405 Smallest positive integer than cannot be obtained from exactly n copies of n using parentheses and the operations +, -, /, *, ^ and concatenation.
2, 2, 5, 11, 18, 50, 131, 226, 438
Offset: 1
Examples
With three 3's one can form 1=(3/3)^3, 2=3-3/3, 3=3+3-3, 4=3+3/3, but not 5, so a(3)=5. With four 4's one can get 1=44/44, 2=4/4+4/4, 3=4-(4/4)^4, 4=4+(4-4)^4, 5=4+(4/4)^4, 6=(4+4)/4+4, 7=44/4-4, 8=4+4+4-4, 9=4+4+4/4, 10=(44-4)/4, but not 11, so a(4)=11.
Links
- Erich Friedman, Math Magic: Problem of the Month (December 1999) (Possible inspiration for this sequence)
- Index entries for similar sequences
Crossrefs
Cf. A078413.
Extensions
a(7), a(8) and a(9) computed by Joseph DeVincentis (devjoe(AT)yahoo.com), Dec 27 2002
a(1)-a(9) verified by Sean A. Irvine, Jun 29 2025
Comments