A143836 Triangle read by rows: T(r,c) = (prime(r+2) + prime(c+1))/2.
4, 5, 6, 7, 8, 9, 8, 9, 10, 12, 10, 11, 12, 14, 15, 11, 12, 13, 15, 16, 18, 13, 14, 15, 17, 18, 20, 21, 16, 17, 18, 20, 21, 23, 24, 26, 17, 18, 19, 21, 22, 24, 25, 27, 30, 20, 21, 22, 24, 25, 27, 28, 30, 33, 34, 22, 23, 24, 26, 27, 29, 30, 32, 35, 36, 39, 23, 24, 25, 27, 28, 30, 31, 33, 36, 37, 40, 42
Offset: 1
Examples
Triangle begins: 4; 5, 6; 7, 8, 9; 8, 9, 10, 12; 10, 11, 12, 14, 15; ...
Programs
-
PARI
T(r,c) = (prime(r+2) + prime(c+1))/2; \\ Michel Marcus, Mar 07 2023
Extensions
Name simplified by Ya-Ping Lu, Mar 05 2023
Comments