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!)
A321511 Number of alternating sign n X n matrices excluding permutation matrices. 1
0, 0, 0, 1, 18, 309, 6716, 213308, 10809896, 911472580, 129530643900, 31095704935575, 12611311380675900, 8639383512070631700, 9995541355360989190800, 19529076234659969430529200, 64427185703425668434106855840, 358869201916137601091798728321296 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
Michael De Vlieger, Table of n, a(n) for n = 0..93
FORMULA
a(n) = A005130(n) - n!
MATHEMATICA
a[n_] := Product[(3 k + 1)!/(n + k)!, {k, 0, n-1}] - n!; a /@ Range[0, 17] (* Giovanni Resta, Nov 20 2018 *)
CROSSREFS
Cf. A005130.
Sequence in context: A179121 A226298 A368537 * A208537 A292299 A158532
KEYWORD
nonn
AUTHOR
Wendy Appleby, Nov 11 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 May 1 22:42 EDT 2024. Contains 372178 sequences. (Running on oeis4.)