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

%I #10 Dec 02 2021 13:48:09

%S 1,8,3,64,48,9,512,576,216,27,4096,6144,3456,864,81,32768,61440,46080,

%T 17280,3240,243,262144,589824,552960,276480,77760,11664,729,2097152,

%U 5505024,6193152,3870720,1451520,326592,40824,2187,16777216

%N Triangle whose (i,j)-th entry is binomial(i,j)*8^(i-j)*3^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="/A038281/b038281.txt">Table of n, a(n) for n = 0..1000</a>

%t Table[Binomial[i,j]8^(i-j) 3^j,{i,0,10},{j,0,i}]//Flatten (* _Harvey P. Dale_, Dec 02 2021 *)

%K nonn,tabf,easy

%O 0,2

%A _N. J. A. Sloane_.