login
Last terms in the rows (main diagonal) of the triangle described in A082200.
3

%I #8 Jan 30 2019 03:35:46

%S 1,9,8,77,10,91,18,95,26,51,28,75,58,175,72,365,84,515,114,385,158,

%T 255,154,339,70,1261,198,1105,252,1265,288,1435,344,567,320,729,364,

%U 1955,378,2165,506,987,520,3127,462,2825,588,3125,678,3425

%N Last terms in the rows (main diagonal) of the triangle described in A082200.

%H Paul Barry, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL9/Barry/barry91.html">On Integer-Sequence-Based Constructions of Generalized Pascal Triangles</a>, Journal of Integer Sequences, Vol. 9 (2006), Article 06.2.4.

%o (PARI) /* After T in A082200 has been computed */ {for(j=1,n,print1(T[j,j],","))}

%Y Cf. A082200, A082202, A082203.

%K nonn

%O 1,2

%A _Amarnath Murthy_, Apr 07 2003

%E Edited and extended by _Klaus Brockhaus_, May 14 2003