login
Triangle read by rows: a(1,1) = 1. a(m,m) = product of the terms in row m-1. For n < m, a(m,n) = a(m-1,n) + (product of the terms in row m-1).
1

%I #7 Mar 11 2014 01:32:29

%S 1,2,1,4,3,2,28,27,26,24,471772,471771,471770,471768,471744,

%T 23368379007628963695121285852,23368379007628963695121285851,

%U 23368379007628963695121285850,23368379007628963695121285848

%N Triangle read by rows: a(1,1) = 1. a(m,m) = product of the terms in row m-1. For n < m, a(m,n) = a(m-1,n) + (product of the terms in row m-1).

%C The product of the terms in row m is A159932(m).

%Y Cf. A159932.

%K nonn,tabl

%O 1,2

%A _Leroy Quet_, Apr 26 2009

%E Extended by _Ray Chandler_, Jun 18 2009