login
Triangle whose (i,j)-th entry is binomial(i,j)*10^(i-j)*12^j.
1

%I #7 Jan 24 2016 10:08:04

%S 1,10,12,100,240,144,1000,3600,4320,1728,10000,48000,86400,69120,

%T 20736,100000,600000,1440000,1728000,1036800,248832,1000000,7200000,

%U 21600000,34560000,31104000,14929920,2985984,10000000,84000000

%N Triangle whose (i,j)-th entry is binomial(i,j)*10^(i-j)*12^j.

%D B. N. Cyvin et al., Isomer enumeration of unbranched catacondensed polygonal systems with pentagons and heptagons, Match, No. 34 (Oct 1996), pp. 109-121.

%H Harvey P. Dale, <a href="/A038314/b038314.txt">Table of n, a(n) for n = 0..1000</a>

%t Flatten[Table[Binomial[i,j]10^(i-j) 12^j,{i,0,10},{j,0,i}]] (* _Harvey P. Dale_, Jan 24 2016 *)

%K nonn,tabl,easy

%O 0,2

%A _N. J. A. Sloane_.