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.
Original entry on oeis.org
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
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.
A cube analog of R. L. Graham's sequence (
A006255).
Original entry on oeis.org
1, 1, 2, 1, 1, 3, 1, 5, 1, 3, 1, 4, 1, 2, 5, 1, 1, 7, 1, 4, 2, 2, 1, 5, 1, 2, 5, 3, 1, 3, 1, 9, 2, 2, 5, 1, 1, 2, 2, 5, 1, 4, 1, 2, 4, 2, 1, 6, 1, 8, 2, 3, 1, 5, 2, 5, 2, 2, 1, 6, 1, 2, 7, 1, 3, 4, 1, 2, 2, 5, 1, 13, 1, 2, 10, 2, 6, 2, 1, 7, 1, 2
Offset: 1
8 occurs in rows 3, 5, 6, 7 and 8 being respectively [3, 6, 8], [5, 8, 10], [6, 8, 12], [7, 8, 14] and [8, 10, 12, 15]. These are 5 rows so a(8) = 5.
A305677
Number of subsets of {n+1, n+2, ..., A072905(n)-1} whose product has the same squarefree part as n.
Original entry on oeis.org
1, 2, 8, 1, 64, 256, 2048, 4, 1, 131072, 262144, 32, 8388608, 33554432, 134217728, 1, 2147483648, 8, 34359738368, 1024, 549755813888, 4398046511104, 17592186044416, 8192, 2, 1125899906842624, 32, 65536, 72057594037927936, 576460752303423488
Offset: 1
For n = 3, the a(3) = 8 subsets of {4, 5, ..., 11} with a product with squarefree part of 3 are {4, 5, 6, 9, 10}, {4, 5, 6, 10}, {4, 6, 8}, {4, 6, 8, 9}, {5, 6, 9, 10}, {5, 6, 10}, {6, 8}, and {6, 8, 9}.
A260896
a(n) gives the number of integers m such that there exist k and h with 2n^2 < mk^2 < 2(n+1)^2 and 2n^2 < 2mh^2 < 2(n+1)^2.
Original entry on oeis.org
0, 1, 0, 1, 1, 1, 3, 3, 2, 3, 2, 2, 3, 3, 0, 3, 1, 4, 2, 3, 3, 1, 6, 3, 4, 4, 5, 3, 2, 5, 4, 8, 4, 4, 5, 1, 5, 6, 4, 5, 3, 6, 2, 5, 7, 5, 8, 4, 7, 4, 7, 7, 7, 10
Offset: 0
For n=12 the a(12)=3 solutions are 3, 6, and 37:
(1) (a) 2 * 12^2 < 3 * 10^2 < 2 * 13^2
(b) 2 * 12^2 < 2 * 3 * 7^2 < 2 * 13^2
(2) (a) 2 * 12^2 < 6 * 7^2 < 2 * 13^2
(b) 2 * 12^2 < 2 * 6 * 5^2 < 2 * 13^2
(3) (a) 2 * 12^2 < 37 * 3^2 < 2 * 13^2
(b) 2 * 12^2 < 2 * 37 * 2^2 < 2 * 13^2
Original entry on oeis.org
1, 2, 8, 14, 52, 99, 589, 594, 595, 1566, 1961, 3465, 5301
Offset: 1
A300516
a(n) is the least k such that there exists a strictly increasing sequence n = b_1 < b_2 < ... < b_t = k where lcm(b_1, b_2, ..., b_t) is square.
Original entry on oeis.org
1, 4, 9, 4, 25, 12, 49, 16, 9, 25, 121, 18, 169, 49, 25, 16, 289, 25, 361, 25, 49, 121, 529, 48, 25, 169, 81, 49, 841, 50, 961, 64, 121, 289, 50, 36, 1369
Offset: 1
Some valid sequences for n = 2, 4, 6, 12, 15, and 24 are
a(2) = 4 via lcm(2, 4) = 2^2,
a(4) = 4 via lcm(4) = 2^2,
a(6) = 12 via lcm(6, 9, 12) = 12^2,
a(12) = 18 via lcm(12, 18) = 6^2,
a(15) = 25 via lcm(15, 16, 18, 25) = 60^2, and
a(24) = 48 via lcm(24, 36, 48) = 12^2.
A305709
Least k such that there exists a three-term sequence n = b_1 < b_2 < b_3 = k such that b_1 * b_2 * b_3 is square.
Original entry on oeis.org
8, 6, 8, 16, 10, 12, 14, 18, 25, 20, 22, 20, 26, 24, 27, 32, 34, 27, 38, 30, 28, 33, 46, 32, 48, 52, 40, 45, 58, 42, 62, 45, 48, 54, 56, 64, 74, 57, 52, 50, 82, 56, 86, 55, 60, 69, 94, 54, 72, 63, 75, 78, 106, 75, 90, 72, 76, 96, 118, 80, 122, 96, 84, 98, 104
Offset: 1
For n = 3 the sequence is 3, 6, 8; so a(3) = 8;
for n = 4 the sequence is 4, 9, 16; so a(4) = 16;
for n = 5 the sequence is 5, 8, 10; so a(5) = 10.
A343825
Table read by antidiagonals upward: T(n,k) is the least m such that there exists a sequence k = b_1 <= b_2 <= ... <= b_t = m such that no term appears n or more times and the product of the sequence is of the form c^n, where c is an integer; n >= 1 and k >= 0.
Original entry on oeis.org
0, 0, 1, 0, 1, 2, 0, 1, 6, 3, 0, 1, 4, 8, 4, 0, 1, 4, 6, 4, 5, 0, 1, 4, 6, 9, 10, 6, 0, 1, 4, 6, 4, 10, 12, 7, 0, 1, 4, 6, 8, 10, 12, 14, 8, 0, 1, 4, 6, 4, 10, 9, 14, 15, 9, 0, 1, 4, 6, 8, 10, 9, 14, 8, 9, 10, 0, 1, 4, 6, 4, 10, 12, 14, 15, 16, 18, 11, 0, 1, 4
Offset: 1
Table begins:
n\k | 0 1 2 3 4 5 6 7 8 9 10
------+--------------------------------------
1 | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
2 | 0, 1, 6, 8, 4, 10, 12, 14, 15, 9, 18
3 | 0, 1, 4, 6, 9, 10, 12, 14, 8, 16, 15
4 | 0, 1, 4, 6, 4, 10, 9, 14, 15, 9, 18
5 | 0, 1, 4, 6, 8, 10, 9, 14, 12, 15, 16
6 | 0, 1, 4, 6, 4, 10, 12, 14, 8, 9, 15
7 | 0, 1, 4, 6, 8, 10, 9, 14, 12, 15, 16
8 | 0, 1, 4, 6, 4, 10, 9, 14, 12, 9, 16
Specifically,
T(2,3) = 8 because 3 * 6 * 8 = 12^2,
T(3,3) = 6 because 3 * 4^2 * 6^2 = 12^3,
T(3,5) = 10 because 5 * 6 * 9 * 10^2 = 30^3,
T(4,6) = 9 because 6^2 * 8^2 * 9^3 = 36^4, and
T(4,9) = 9 because 9^2 = 3^4.
A066927
Least k such that between p and 2p, for all primes > 3, there is always a number that is twice a square, i.e.; a k such that p < 2k^2 < 2p.
Original entry on oeis.org
2, 2, 2, 2, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15
Offset: 1
a(5) = 3. The 5th prime is 11 and 2p is 22. The theorem says that there exists a number k, between p & 2p that is twice a square. 18 is between 11 & 22 and is of the form 2k^2, k being 3.
A328143
Number of sequences [(b_1, c_1),...,(b_t, c_t)] such that n = b_1 < b_2 < ... < b_t = A328045(n), all c_i are positive integers less than 4, and b_1^c_1*b_2^c_2*...*b_t^c_t is a fourth power.
Original entry on oeis.org
3, 3, 2, 2, 1, 12, 2, 12, 12, 1, 12, 192, 12, 768, 12, 12, 3, 12288, 12, 49152, 2, 6, 48
Offset: 0
For n = 21 the a(21) = 6 solutions are
21^2 * 27^2 * 28^2 = 126^4,
21^3 * 24^2 * 27^1 * 28^1 = 252^4,
21^2 * 25^2 * 27^2 * 28^2 = 630^4,
21^3 * 24^2 * 25^2 * 27^1 * 28^1 = 1260^4,
21^1 * 24^2 * 27^3 * 28^3 = 1512^4, and
21^1 * 24^2 * 25^2 * 27^3 * 28^3 = 7560^4.
Comments