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”).

A038236
Triangle whose (i,j)-th entry is binomial(i,j)*4^(i-j)*6^j.
0
1, 4, 6, 16, 48, 36, 64, 288, 432, 216, 256, 1536, 3456, 3456, 1296, 1024, 7680, 23040, 34560, 25920, 7776, 4096, 36864, 138240, 276480, 311040, 186624, 46656, 16384, 172032, 774144, 1935360, 2903040, 2612736, 1306368, 279936
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
Flatten[Table[Binomial[i, j]4^(i-j) 6^j, {i, 0, 10}, {j, 0, i}]] (* Harvey P. Dale, Sep 11 2013 *)
CROSSREFS
Sequence in context: A056421 A032295 A072279 * A223269 A264471 A264477
KEYWORD
nonn,tabl,easy
AUTHOR
STATUS
approved