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

A015146
Triangle of (Gaussian) q-binomial coefficients for q=-21.
0
1, 1, 1, 1, -20, 1, 1, 421, 421, 1, 1, -8840, 186082, -8840, 1, 1, 185641, 82053322, 82053322, 185641, 1, 1, -3898460, 36185700643, -759813761720, 36185700643, -3898460, 1, 1, 81867661, 15957890085103, 7036671432989563
OFFSET
0,5
MATHEMATICA
Table[QBinomial[n, m, -21], {n, 0, 10}, {m, 0, n}]//Flatten (* Harvey P. Dale, Oct 16 2022 *)
CROSSREFS
Sequence in context: A144443 A257608 A022183 * A064033 A040409 A040408
KEYWORD
sign,tabl,easy
STATUS
approved