login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A038334
Triangle whose (i,j)-th entry is binomial(i,j)*12^(i-j)*8^j.
0
1, 12, 8, 144, 192, 64, 1728, 3456, 2304, 512, 20736, 55296, 55296, 24576, 4096, 248832, 829440, 1105920, 737280, 245760, 32768, 2985984, 11943936, 19906560, 17694720, 8847360, 2359296, 262144, 35831808, 167215104, 334430208, 371589120
OFFSET
0,2
REFERENCES
B. N. Cyvin et al., Isomer enumeration of unbranched catacondensed polygonal systems with pentagons and heptagons, Match, No. 34 (Oct 1996), pp. 109-121.
MATHEMATICA
Table[Binomial[n, k]12^(n-k) 8^k, {n, 0, 10}, {k, 0, n}]//Flatten (* Harvey P. Dale, May 25 2020 *)
CROSSREFS
Sequence in context: A168386 A338825 A338809 * A101501 A299515 A326927
KEYWORD
nonn,tabl,easy
AUTHOR
STATUS
approved