A309095 a(n) is the largest k such that every number from 1 to k can be covered by n geometric progressions of rational numbers.
2, 5, 8, 10, 13, 16, 18, 21, 25, 28, 30, 33, 35, 37, 40, 42, 45, 50, 53, 56, 58, 60, 62, 65, 68, 70, 73, 77, 80, 82, 85, 88, 90, 93, 96, 100, 102, 105, 107, 109, 112, 114, 117, 120, 122, 126, 129, 132, 134, 137, 139, 141, 144, 148, 152, 154, 157, 160, 162, 165
Offset: 1
Keywords
Examples
1 to 2 can be covered with 1 geometric progression: (1,2). So a(1) = 2. Note that we cannot cover 1 to 3 with 1 geometric progression. 1 to 5 can be covered with 2 geometric progressions: (1,2,4) and (3,5). So a(2) = 5. Note that we cannot cover 1 to 6 with 2 geometric progressions. 1 to 8 can be covered with 3 geometric progressions: (1,2,4,8), (3,5), (6,7). So a(3) = 8. 1 to 10 can be covered with 4 geometric progressions: (1,2,4,8), (1,3,9), (5,6), (7,10). So a(4) = 10. 1 to 13 can be covered with 5 geometric progressions: (1,2,4,8), (3,6,12), (5,7), (9,10), (11,13). So a(5) = 13. 1 to 16 can be covered with 6 geometric progressions: (1,2,4,8,16), (3,6,12), (5,7), (9,10), (11,13), (14,15). So a(6) = 16.
Links
- Rob Pratt, Table of n, a(n) for n = 1..362
- All-Russian Mathematical Olympiad 1995, Grade 11, problem 1
- Dmitry Kamenetsky, Java helper program
- Math Overflow, Covering a set with geometric progressions
- Math StackExchange, Is it possible to cover {1,2,...,100} with 20 geometric progressions?
- Math StackExchange, Cover {1,2,...,100} with minimum number of geometric progressions?
- Math StackExchange, What is known about the minimal number f(n) of geometric progressions needed to cover {1,2,...,n}, as a function of n?
Crossrefs
Extensions
a(37)-a(362) from Rob Pratt, Jul 23 2019
Comments