cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A059475 Number of 2n X 2n half-turn symmetric alternating-sign matrices (HTSASM's).

Original entry on oeis.org

1, 2, 10, 140, 5544, 622908, 198846076, 180473355920, 465904151957920, 3422048076740462480, 71525763221287897903500, 4254840960508487045451825000, 720428791920558617462950575000000, 347230535542092373572967034254050000000
Offset: 0

Views

Author

N. J. A. Sloane, Feb 04 2001

Keywords

Crossrefs

Even-numbered terms of A005158.

Programs

Formula

a(n) = A005130(n)*A006366(n).
a(n) = A049503(n)*Product_{k=0..n-1} (3*k+2)/(3*k+1). - Seiichi Manyama, Jul 29 2018
a(n) ~ exp(1/18) * Gamma(1/3)^(2/3) * n^(1/18) * 3^(3*n^2 + 1/9) / (A^(2/3) * Pi^(1/3) * 2^(4*n^2 + 1/6)), where A is the Glaisher-Kinkelin constant A074962. - Vaclav Kotesovec, Jan 26 2020