OFFSET
1,3
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..10011
Rémy Sigrist, PARI program
EXAMPLE
Triangle begins:
1;
1,2;
2,4,5;
1,4,5,10;
1,2,7,9,10;
2,5,6,7,11,12;
etc.
Look at row 3 (2,4,5) and row 5 (1,2,7,9,10). The averages of the terms in row 3 with the terms of row 5 are: (2+1)/2 = 1.5, (2+2)/2=2, (2+7)/2=4.5; and continuing, the averages are: 5.5, 6, (4+1)/2= 2.5, 3, 5.5, 6.5, 7, (5+1)/2=3, 3.5, 6, 7, 7.5. None of these averages occur among the terms of row 4 (1,4,5,10). In fact, the terms of row 5 are the smallest 5 distinct positive integers such that the averages with the terms of row 3 do not equal any of the terms of row 4.
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Leroy Quet, Feb 28 2008
EXTENSIONS
More terms from Rémy Sigrist, Jun 12 2022
STATUS
approved