login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Numbers with integer defect at most 1; m such that A350723(m) <= 1.
3

%I #20 Mar 22 2022 18:45:28

%S 1,2,3,4,5,6,7,8,9,10,12,13,14,15,16,18,19,20,21,24,27,28,30,32,36,37,

%T 38,39,40,42,45,48,54,55,56,57,60,63,64,72,81,82,84,90,96,108,109,110,

%U 111,112,114,117,120,126,128,135,144,162,163,164,165,168,171

%N Numbers with integer defect at most 1; m such that A350723(m) <= 1.

%C m appears in this list if and only if it can be written as 2^p*3^r for p <= 10 or as 2^p*(2^q*3^r+1)*3^s for p+q <= 2.

%D Harry Altman, Integer Complexity: The Integer Defect, Moscow Journal of Combinatorics and Number Theory 8-3 (2019), 193-217.

%H Harry Altman, <a href="https://arxiv.org/abs/1804.07446">Integer Complexity: The Integer Defect</a>, arXiv:1804.07446 [math.NT], 2018.

%Y Cf. A350723, A005245, A349983. Contains A000792 as a subset.

%K easy,nonn

%O 1,2

%A _Harry Altman_, Feb 12 2022