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

A015147
Triangle of (Gaussian) q-binomial coefficients for q=-22.
0
1, 1, 1, 1, -21, 1, 1, 463, 463, 1, 1, -10185, 224555, -10185, 1, 1, 224071, 108674435, 108674435, 224071, 1, 1, -4929561, 52598650611, -1157056709445, 52598650611, -4929561, 1, 1, 108450343, 25457741966163, 12320392440820971
OFFSET
0,5
MATHEMATICA
Table[QBinomial[n, m, -22], {n, 0, 10}, {m, 0, n}]//Flatten (* Harvey P. Dale, Apr 11 2021 *)
CROSSREFS
Sequence in context: A172301 A022184 A176643 * A174945 A040450 A040451
KEYWORD
sign,tabl,easy
STATUS
approved