login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A038334 Triangle whose (i,j)-th entry is binomial(i,j)*12^(i-j)*8^j. 0

%I #7 May 25 2020 11:27:02

%S 1,12,8,144,192,64,1728,3456,2304,512,20736,55296,55296,24576,4096,

%T 248832,829440,1105920,737280,245760,32768,2985984,11943936,19906560,

%U 17694720,8847360,2359296,262144,35831808,167215104,334430208,371589120

%N Triangle whose (i,j)-th entry is binomial(i,j)*12^(i-j)*8^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.

%t Table[Binomial[n,k]12^(n-k) 8^k,{n,0,10},{k,0,n}]//Flatten (* _Harvey P. Dale_, May 25 2020 *)

%K nonn,tabl,easy

%O 0,2

%A _N. J. A. Sloane_.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 06:44 EDT 2024. Contains 371782 sequences. (Running on oeis4.)