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.

Showing 1-5 of 5 results.

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

Original entry on oeis.org

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, 38, 39, 40, 42, 45, 48, 54, 55, 56, 57, 60, 63, 64, 72, 81, 82, 84, 90, 96, 108, 109, 110, 111, 112, 114, 117, 120, 126, 128, 135, 144, 162, 163, 164, 165, 168, 171
Offset: 1

Views

Author

Harry Altman, Feb 12 2022

Keywords

Comments

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.

References

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

Crossrefs

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

A354023 Terms m of A351467 such that A005245(m) == 0 (mod 3).

Original entry on oeis.org

3, 7, 8, 9, 19, 20, 21, 24, 27, 55, 56, 57, 60, 63, 64, 72, 81, 163, 164, 165, 168, 171, 180, 189, 192, 216, 243, 487, 488, 489, 492, 495, 504, 512, 513, 540, 567, 576, 648, 729, 1459, 1460, 1461, 1464, 1467, 1476, 1485, 1512, 1536, 1539
Offset: 1

Views

Author

Harry Altman, May 14 2022

Keywords

Comments

m appears in this list if and only if m>1 and it can be written as 2^p*3^r for p in {0,3,6,9} or as 2(3^r+1)3^s (r>0) or (2*3^r+1)3^s.

Crossrefs

A354024 Terms m > 1 of A351467 such that A005245(m) == 1 (mod 3).

Original entry on oeis.org

4, 10, 12, 28, 30, 32, 36, 82, 84, 90, 96, 108, 244, 246, 252, 256, 270, 288, 324, 730, 732, 738, 756, 768, 810, 864, 972, 2188, 2190, 2196, 2214, 2268, 2304, 2430, 2592, 2916, 6562, 6564, 6570, 6588, 6642, 6804, 6912, 7290, 7776, 8748
Offset: 1

Views

Author

Harry Altman, May 14 2022

Keywords

Comments

m appears in this list if and only if it can be written as 2^p*3^r for p in {2,5,8} or as (3^r+1)3^s for r > 1.

Crossrefs

Extensions

a(46) corrected by David Radcliffe, Aug 04 2025

A354025 Terms m of A351467 such that A005245(m) == 2 (mod 3).

Original entry on oeis.org

2, 5, 6, 13, 14, 15, 16, 18, 37, 38, 39, 40, 42, 45, 48, 54, 109, 110, 111, 112, 114, 117, 120, 126, 128, 135, 144, 162, 325, 326, 327, 328, 330, 333, 336, 342, 351, 360, 378, 384, 405, 432, 486, 973, 974, 975, 976, 978, 981, 984, 990, 999
Offset: 1

Views

Author

Harry Altman, May 14 2022

Keywords

Comments

m appears in this list if and only if it can be written as 2^p*3^r for p in {1,4,7,10} or as 4(3^r+1)3^s (r>0) or 2(2*3^r+1)3^s or (4*3^r+1)3^s.

Crossrefs

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

Original entry on oeis.org

1499, 1823, 3767, 5468, 5469, 13163, 13487, 16403, 16407, 20507, 25799, 28607, 30713, 30983, 32828, 36383
Offset: 1

Views

Author

John M. Campbell, Jun 22 2025

Keywords

Comments

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).
Is this integer sequence infinite? This is an open problem.

Examples

			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.
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.
		

Crossrefs

Formula

Integers k such that A005245(k) > min{A005245(k), A005245(2*k), ..., A005245((k-1)*k)}.
Showing 1-5 of 5 results.