cp's OEIS Frontend

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.

A078413 Smallest positive integer than cannot be obtained from exactly n copies of n using parentheses and the operations +, -, /, *, ^ and concatenation.

This page as a plain text file.
%I A078413 #18 Jan 26 2019 11:08:59
%S A078413 2,2,5,13,18,89,243,475,1257
%N A078413 Smallest positive integer than cannot be obtained from exactly n copies of n using parentheses and the operations +, -, /, *, ^ and concatenation.
%C A078413 a(7) >= 192. - _Rick L. Shepherd_, May 08 2003
%C A078413 From _Lars Blomberg_, Apr 08 2018: (Start)
%C A078413 The terms a(6)-a(9) have been computed with these rules:
%C A078413 Division by 0 or exponentiation 0^0 is not allowed.
%C A078413 Concatenation where at least one operand is a fraction or where the second operand is negative are skipped.
%C A078413 Exponentiations yielding > 100000 digits or with exponent > 32-bit signed integer are skipped. (End)
%H A078413 <a href="/index/Fo#4x4">Index entries for similar sequences</a>
%e A078413 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.
%e A078413 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, 11=(4/4) | (4/4), 12=(44+4)/4, but not 13, so a(4)=13 (| denotes concatenation).
%e A078413 With five 5's one can get 1 = (((5 | 5) | 5)^(5 - 5)), 2 = (((5 | 5) - 5) / (5 * 5)), 3 = (((5 * 5) + 5) / (5 + 5)), 4 = (((5 / 5) * 5) - (5 / 5)), 5 = (((5 | 5) * 5) / (5 | 5)), 6 = (((5 | 5) + 5) / (5 + 5)),
%e A078413 7 = (((5 / 5) + 5) + (5 / 5)), 8 = (( 5 + 5) - ((5 + 5) / 5)), 9 = (( 5 + 5) - ((5 / 5)^5)), 10 = (((5 | 5) / 5) - (5 / 5)), 11 = (((5 | 5) / 5)^(5 / 5)), 12 = (((5 | 5) / 5) + (5 / 5)),
%e A078413 13 = (((5 | 5) + (5 + 5)) / 5), 14 = (((5 / 5) | 5) - (5 / 5)), 15 = (((5 / 5) | 5)^(5 / 5)), 16 = (((5 / 5) | 5) + (5 / 5)), 17 = (( 5 | (5^5)) / (5^5)), but not 18, so a(5) = 18.
%Y A078413 Cf. A078405.
%K A078413 nonn,base,more
%O A078413 1,1
%A A078413 _N. J. A. Sloane_, Dec 28 2002
%E A078413 a(5) from _Frank Ellermann_, Dec 30 2002, who finds that a(6) >= 89
%E A078413 a(6)-a(9) from _Lars Blomberg_, Apr 08 2018