A296307 Array read by upwards antidiagonals: f(n,k) = (n+1)*ceiling(n/(k-1)) - 1.
1, 5, 1, 11, 2, 1, 19, 7, 2, 1, 29, 9, 3, 2, 1, 41, 17, 9, 3, 2, 1, 55, 20, 11, 4, 3, 2, 1, 71, 31, 13, 11, 4, 3, 2, 1, 89, 35, 23, 13, 5, 4, 3, 2, 1, 109, 49, 26, 15, 13, 5, 4, 3, 2, 1, 131, 54, 29, 17, 15, 6, 5, 4, 3, 2, 1, 155, 71, 43, 29, 17, 15, 6, 5, 4, 3
Offset: 1
Examples
Example: f(n,2) f(n,3) f(n,4) a(1)= 1 a(3)=1 a(6) =1 a(2)= 5 a(5)=2 a(9) =2 a(4)=11 a(8)=7 a(13)=3 More terms in "Table of Frobenius numbers".
Links
- Gerhard Kirchner, Table of n, a(n) for n = 1..1000
- Gerhard Kirchner, Frobenius number for a set of successive numbers
- Gerhard Kirchner, Table of Frobenius numbers
- Gerhard Kirchner, Table of Frobenius numbers
Comments