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 prime and v_i = 1, otherwise.
A110950
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 prime and v_i = 1, otherwise.
Terms
- a(0) =1a(1) =3a(2) =12a(3) =36a(4) =383a(5) =1560a(6) =19162a(7) =97680a(8) =1804643a(9) =4082400a(10) =207316912a(11) =1186043040a(12) =25595629200a(13) =266545072080
External references
- oeis: A110950