OFFSET
1,1
LINKS
Pontus von Brömssen, Antidiagonals n = 1..100, flattened
FORMULA
If 2*n = 2^j, then T(n, m) = (1+2^(j+2*j*m))/(2*n+1) for m > 0. In particular:
T(1, m) = (1+2^(1+2*m))/3 = A007583(m),
T(2, m) = (1+2^(2+4*m))/5 = A299960(m),
T(4, m) = (1+2^(3+6*m))/9.
The third row consists of all numbers of the form (1+2^(1+b*3)+2^(2+c*3))/7, where b and c are natural numbers >= 0 and b+c > 0.
The seventh row consists of all numbers of the form (1+2^(1+b*2)+2^(2+c*2)+2^(3+d*2))/15 where b, c, and d are natural numbers >= 0 and b+c+d > 1.
EXAMPLE
Five initial terms of rows 1-5 are listed below:
1: 3, 11, 43, 171, 683, ...
2: 13, 205, 3277, 52429, 838861, ...
3: 3, 5, 7, 19, 23, ...
4: 57, 3641, 233017, 14913081, 954437177, ...
5: 35, 47, 99, 187, 419, ...
T(3,4) = 19 because: (3*2+1) in binary is 111 and (3*2+1)*19 = 133 in binary is 10000101, both have 3 bits set to 1.
CROSSREFS
KEYWORD
AUTHOR
Thomas Scheuerle, Jan 07 2021
EXTENSIONS
More terms from Pontus von Brömssen, Jan 08 2021
STATUS
approved
