A308115 Rhythmic numbers: each number in this list is the least common multiple of some set of numbers S such that 1 is in S and every element of S except for 1 is a sum of two other elements of S.
1, 2, 4, 6, 8, 12, 16, 18, 20, 24, 30, 32, 36, 40, 42, 48, 54, 60, 64, 72, 80, 84, 90, 96, 100, 108, 120, 126, 128, 140, 144, 150, 156, 160, 162, 168, 180, 192, 198, 200, 210, 216, 220, 240, 252, 256, 264, 270, 272, 280, 288, 294, 300, 312, 320, 324, 330, 336
Offset: 1
Keywords
Examples
1: divisors -- 1; binary sums -- 2; least common multiples -- 2. 2: divisors -- 1, 2; binary sums -- 2, 3, 4; least common multiples -- 4, 6. 4: divisors -- 1, 2, 4; binary sums -- 2, 3, 4, 5, 6, 8; least common multiples -- 6, 8, 12, 20, 24. 6: divisors -- 1, 2, 3, 6; binary sums -- 2, 3, 4, 5, 6, 7, 8, 9, 12; least common multiples -- 8, 12, 18, 20, 24, 30, 42. 8: divisors -- 1, 2, 4, 8; binary sums -- 2, 3, 4, 5, 6, 8, 9, 10, 12, 16; least common multiples -- 12, 16, 18, 20, 24, 30, 40, 42, 72.
Links
- Zizheng Fang, Table of n, a(n) for n = 1..1999
- Zizheng Fang, Python program for generating A308115
Crossrefs
Extensions
More terms from Rémy Sigrist, May 23 2019
Comments