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

A038270
Triangle whose (i,j)-th entry is binomial(i,j)*7^(i-j)*4^j.
0
1, 7, 4, 49, 56, 16, 343, 588, 336, 64, 2401, 5488, 4704, 1792, 256, 16807, 48020, 54880, 31360, 8960, 1024, 117649, 403368, 576240, 439040, 188160, 43008, 4096, 823543, 3294172, 5647152, 5378240, 3073280, 1053696, 200704, 16384
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]7^(n-k) 4^k, {n, 0, 10}, {k, 0, n}]//Flatten (* Harvey P. Dale, May 26 2020 *)
CROSSREFS
Sequence in context: A270937 A270320 A270332 * A241359 A239602 A374295
KEYWORD
nonn,tabl,easy
AUTHOR
STATUS
approved