login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A278858 a(n) = permanent M_n where M_n is the n X n matrix m(i,j) = abs(i^2-j^2). 2

%I #9 Aug 14 2021 07:12:08

%S 1,0,9,240,36864,7741440,3363235524,2203143038208,2248347011420160,

%T 3260265586467690240,6578570637254005920000,

%U 17755898734939822501524480,62673017366111480630785474560,282641923592380319367599892725760,1599753679036773033206787507696238848

%N a(n) = permanent M_n where M_n is the n X n matrix m(i,j) = abs(i^2-j^2).

%H Vaclav Kotesovec, <a href="/A278858/b278858.txt">Table of n, a(n) for n = 0..36</a>

%t Flatten[{1, Table[Permanent[Table[Abs[i^2-j^2], {i, 1, n}, {j, 1, n}]], {n, 1, 15}]}]

%o (PARI) {a(n) = matpermanent(matrix(n, n, i, j, abs(i^2-j^2)))}

%o for(n=0, 20, print1(a(n), ", ")) \\ _Vaclav Kotesovec_, Aug 12 2021

%Y Cf. A085750, A085807, A204249, A278845, A278847, A278857.

%K nonn

%O 0,3

%A _Vaclav Kotesovec_, Nov 29 2016

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)