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.

A380464 Integers k such that A005245(m*k) < A005245(k) for some m.

This page as a plain text file.
%I A380464 #28 Jul 03 2025 01:01:30
%S A380464 1499,1823,3767,5468,5469,13163,13487,16403,16407,20507,25799,28607,
%T A380464 30713,30983,32828,36383
%N A380464 Integers k such that A005245(m*k) < A005245(k) for some m.
%C A380464 A005245(n) is the integer complexity of n, which is the least number of copies of 1 needed to express n with addition and multiplication (and legal nestings of brackets). Although there are logarithmic upper and lower bounds for A005245(n), there are known instances such that it is not the case that A005245(n) <= A005245(m*n) for each of m = 2 and m = 3 (see the Examples below).
%C A380464 Is this integer sequence infinite? This is an open problem.
%H A380464 Harry Altman, <a href="https://math.colgate.edu/~integers/s45/s45.pdf">Integer Complexity: Algorithms and Computational Results</a>, Integers, 18 (2018), A45.
%H A380464 Harry Altman, <a href="https://arxiv.org/abs/1804.07446">Integer Complexity: The Integer Defect</a>, arXiv:1804.07446 [math.NT], 2018; Mosc. J. Comb. Number Theory, 8 (2019), 193-217.
%F A380464 Integers k such that A005245(k) > min{A005245(k), A005245(2*k), ..., A005245((k-1)*k)}.
%e A380464 We find that A005245(1499) = 25 and that A005245(2*1499) = 24, and 1499 is the smallest number k such that A005245(m*k) < A005245(k), so that a(1) = 1499.
%e A380464 In the given Altman references, it is noted that the integer k = 4721323 is such that A005245(3*k) < A005245(k), so 4721323 is included in this sequence.
%Y A380464 Cf. A005245, A195101, A350723, A351467.
%K A380464 nonn,more
%O A380464 1,1
%A A380464 _John M. Campbell_, Jun 22 2025