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!)
A303001 a(n) = permanent of the n X n matrix with entries a(i, i) = i*(i+1)/2 and a(i, j) = 1 elsewhere. 2
1, 4, 30, 356, 6106, 142760, 4363848, 168986136, 8087082144, 468807362736, 32379640476000, 2627735592279600, 247610398718738640, 26815386224063189760, 3307855985755600598400, 461149884030679844958720, 72151124506962747825006720, 12590610689213961622942752000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Table[Permanent[DiagonalMatrix[Table[i*(i+1)/2-1, {i, 1, n}]] + 1], {n, 1, 20}]
PROG
(PARI) {a(n) = matpermanent(matrix(n, n, i, j, if(i==j, i*(i+1)/2, 1)))}
for(n=1, 20, print1(a(n), ", ")) \\ Vaclav Kotesovec, Dec 20 2018
CROSSREFS
Sequence in context: A118792 A317030 A192549 * A370928 A137341 A295899
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Apr 17 2018
STATUS
approved

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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)