A356275
a(n) is the number of tuples (t_1,t_2,m) of integers 2 <= t_1 <= t_2 and 0 < m < n such that (3 + 1/t_1)^m * (3 + 1/t_2)^(n-m) is an integer.
Original entry on oeis.org
3, 2, 4, 2, 5, 3, 5, 5, 5, 4
Offset: 2
a(2) = 3: The tuples are (2,7,1), (4,13,1), (5,8,1) with (3 + 1/2)^1 * (3 + 1/7)^1 = 11 and (3 + 1/4)^1 * (3 + 1/13)^1 = (3 + 1/5)^1 * (3 + 1/8)^1 = 10.
a(3) = 2: The tuples are (2,49,2), (5,8,2) with (3 + 1/2)^2 * (3 + 1/49)^1 = 37 and (3 + 1/5)^2 * (3 + 1/8)^1 = 32.
A356276
a(n) is the number of integers that can be written as (3 + 1/t_1)^m * (3 + 1/t_2)^(n-m) with integers t_1,t_2 >= 2 and 0 < m < n.
Original entry on oeis.org
2, 2, 3, 2, 4, 3, 4, 5, 4, 4
Offset: 2
A356277
a(n) is the smallest integer that can be written as (3 + 1/t_1)^m * (3 + 1/t_2)^(n-m) with integers t_1,t_2 >= 2 and 0 < m < n.
Original entry on oeis.org
10, 32, 100, 320, 1000, 3125, 10000, 31250, 100000, 312500
Offset: 2
A356278
a(n) is the largest integer that can be written as (3 + 1/t_1)^m * (3 + 1/t_2)^(n-m) with integers t_1,t_2 >= 2 and 0 < m < n.
Original entry on oeis.org
11, 37, 121, 325, 1369, 3250, 14641, 50653, 161051, 327680
Offset: 2
Showing 1-4 of 4 results.
Comments