a(n) = permanent of an n X n matrix M of zeros and ones defined as follows: if we concatenate the rows of M to form a vector v of length n^2, v_i = 0 if i is a Fibonacci number and v_i = 1, otherwise.

A110951

a(n) = permanent of an n X n matrix M of zeros and ones defined as follows: if we concatenate the rows of M to form a vector v of length n^2, v_i = 0 if i is a Fibonacci number and v_i = 1, otherwise.

Terms

    a(0) =0a(1) =2a(2) =10a(3) =117a(4) =1218a(5) =8544a(6) =102528a(7) =1073328a(8) =13174560a(9) =167191920a(10) =2194456320a(11) =34592423040a(12) =566748161280

External references