A329732 a(n) is the smallest m for which there is a sequence n = b_1 < b_2 < ... < b_t = m such that b_1*b_2*...*b_t is a perfect cube.
0, 1, 4, 9, 9, 18, 18, 21, 8, 16, 24, 33, 18, 39, 28, 30, 25, 51, 25, 57, 36, 36, 44, 69, 42, 36, 52, 27, 45, 87, 45, 93, 49, 55, 68, 60, 48, 111, 76, 65, 60, 123, 54, 129, 66, 54, 92, 141, 70, 56, 72, 85, 78, 159, 80, 80, 84, 95, 116, 177, 84, 183, 124, 84, 64
Offset: 0
Keywords
Examples
For n = 22, one increasing sequence starting with 22, ending with a(22) = 44, and having a product which is a perfect cube is 22 * 24 * 25 * 30 * 32 * 33 * 44 = 2640^3.
Links
- David A. Corneth, Table of n, a(n) for n = 0..1000
Formula
a(p) = 3*p for all primes p >= 7.
Extensions
a(42)-a(43) and a(45) from David A. Corneth, Dec 25 2021
More terms from Jinyuan Wang, Dec 26 2021
Comments