OFFSET
1,2
COMMENTS
This is most often a(n) = n+1 because the n that do not appear in the "main" body of the Pascal Triangle appear at last at k=1.
EXAMPLE
Searching along upwards diagonals, the 6 appears first at 6=binomial(4,2) with m+k=4+2=6, so a(6)=6. The 10 appears first at 10=binomial(5,2) with m+k=7, so a(10)=7.
MAPLE
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
R. J. Mathar, Jul 16 2024
STATUS
approved