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

A260639
Permanent of the symmetric n X n matrix in A260638.
1
1, 4, 206, 433284, 131782705528, 21826979750768842816, 7637711141088259236341772556400, 22237835372502772582455643527946875785037270496, 2138255561398515897400115384129197209090292453675665760256378885504
OFFSET
1,2
MATHEMATICA
Permanent[m_List] := With[{v = Array[x, Length[m]]}, Coefficient[Times @@ (m.v), Times @@ v]]; Table[m = Table[QBinomial[r + c, r, 2], {r, 0, n}, {c, 0, n}]; Permanent[m], {n, 0, 8}]
CROSSREFS
Cf. A260638.
Sequence in context: A049656 A129465 A300152 * A222282 A087924 A201978
KEYWORD
nonn
AUTHOR
STATUS
approved