login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

First column of the triangle described in A082200.
3

%I #4 Dec 05 2013 19:56:04

%S 1,4,25,6,35,12,65,14,85,24,115,42,235,54,305,66,395,98,535,112,635,

%T 126,715,144,845,168,995,204,1165,258,1315,294,1465,312,1595,322,1745,

%U 354,1885,384,1925,438,2345,522,2555,594,2845,616,3145,684

%N First column of the triangle described in A082200.

%o (PARI) After T has been computed (cf. A082200): {for(j=1,n,print1(T[j,1],","))}

%Y Cf. A082200, A082201, A082203.

%K nonn

%O 1,2

%A _Amarnath Murthy_, Apr 07 2003

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