A284145 Triangle read by rows T(n,k) in which each term is the least positive integer not yet appearing in the triangle that is coprime to all the terms in its associated row, column, diagonal and antidiagonal.
1, 2, 3, 5, 7, 4, 9, 11, 13, 17, 19, 8, 21, 23, 25, 29, 31, 37, 16, 27, 41, 43, 47, 53, 35, 59, 61, 67, 49, 71, 73, 33, 79, 83, 85, 89, 97, 101, 95, 103, 14, 107, 109, 113, 121, 127, 131, 137, 139, 143, 115, 149, 151, 157, 133, 163, 65, 167, 173, 179, 6, 181, 187, 191, 193, 197
Offset: 1
Examples
Triangle begins: 1 2 3 5 7 4 9 11 13 17 19 8 21 23 25 29 31 37 16 27 41 43 47 53 35 59 61 67 49 71 73 33 79 83 85 89 97 101 95 103 14 107 109 113 121 127 131 137 139 143 115 149 151 157 133 163 65 167 173 179 6 181 187 191 193 197 T(7,4) = 35 because terms with prime factor 2 already appear in the diagonal (and column), and terms with prime factor 3 already appear in the diagonal (and antidiagonal) to T(7,4); no terms with prime factors 5 or 7 appear in any row, column, diagonal or antidiagonal to T(7,4); and terms 5, 7, and 25 already appear in the triangle.
Links
- Rémy Sigrist, Table of n, a(n) for n = 1..20100; rows 1..50 in flattened form
- Rémy Sigrist, PARI program for A284145
- Rémy Sigrist, Representation of prime numbers among the first 100 rows
Crossrefs
Cf. A274651.
Comments