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.
PROG
(Python)
from sympy import binomial
def T(i, j): return binomial(i, j)*12**(i-j)*5**j
print([T(i, j) for i in range(8) for j in range(i+1)]) # Michael S. Branicky, Dec 05 2021
CROSSREFS
KEYWORD
AUTHOR
STATUS
approved