Antidiagonally reading the array, formed via: first, writing the primes in the first row (row_1), and forming all successive rows' elements using the previous rows' elements as: row_2(j) = row_1(j)*row_1(j+1) - row_1(j) - row_1(j+1), and so on. The first 'column' of the array, 2 1 -1 -1 -1 -1 -1 -1 ... is converted to its absolute value.
A165401
Antidiagonally reading the array, formed via: first, writing the primes in the first row (row_1), and forming all successive rows' elements using the previous rows' elements as: row_2(j) = row_1(j)*row_1(j+1) - row_1(j) - row_1(j+1), and so on. The first 'column' of the array, 2 1 -1 -1 -1 -1 -1 -1 ... is converted to its absolute value.
Terms
- a(0) =2a(1) =1a(2) =3a(3) =1a(4) =7a(5) =5a(6) =1a(7) =131a(8) =23a(9) =7a(10) =1a(11) =165619a(12) =1275a(13) =59a(14) =11a(15) =1a(17) =8716707a(18) =6843a(19) =119a(20) =13a(21) =1a(24) =153383955a(25) =22419a(26) =191a(27) =17a(28) =1
External references
- oeis: A165401