login
A038304
Triangle whose (i,j)-th entry is binomial(i,j)*10^(i-j)*2^j.
0
1, 10, 2, 100, 40, 4, 1000, 600, 120, 8, 10000, 8000, 2400, 320, 16, 100000, 100000, 40000, 8000, 800, 32, 1000000, 1200000, 600000, 160000, 24000, 1920, 64, 10000000, 14000000, 8400000, 2800000, 560000, 67200, 4480, 128, 100000000
OFFSET
0,2
LINKS
B. N. Cyvin, J. Brunvoll, and S. J. Cyvin, Isomer enumeration of unbranched catacondensed polygonal systems with pentagons and heptagons, Match, No. 34 (Oct 1996), 109-121.
FORMULA
G.f.: 1/(1 - 10*x - 2*x*y). - Stefano Spezia, Apr 28 2024
EXAMPLE
From Stefano Spezia, Apr 28 2024: (Start)
Triangle begins:
1;
10, 2;
100, 40, 4;
1000, 600, 120, 8;
10000, 8000, 2400, 320, 16;
100000, 100000, 40000, 8000, 800, 32;
...
(End)
MATHEMATICA
Table[Binomial[i, j]*10^(i-j)*2^j, {i, 0, 7}, {j, 0, i}]//Flatten (* Stefano Spezia, Apr 28 2024 *)
CROSSREFS
Cf. A000079 (right diagonal), A001021 (row sums), A011557 (1st column).
Sequence in context: A054841 A185076 A178643 * A290308 A354941 A352689
KEYWORD
nonn,tabl,easy
STATUS
approved