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.

A098695 a(n) = 2^(n(n-1)/2) * Product_{k=1..n} k!.

Original entry on oeis.org

1, 1, 4, 96, 18432, 35389440, 815372697600, 263006617337856000, 1357366631815981301760000, 126095668058466123464363212800000, 234278891648287676839670388023623680000000
Offset: 0

Views

Author

Ralf Stephan, Sep 22 2004

Keywords

Comments

Equals the absolute values of the row sums of A156921. - Johannes W. Meijer, Feb 20 2009

Programs

Formula

a(n) = 2^(n(n-1)/2) * Product_{k=1..n} k!.
a(n) = A006125(n) * A000178(n).
a(n) ~ 2^(n^2/2 + 1/2)*exp(-3*n^2/4 - n + 1/12)*n^(n^2/2 + n + 5/12)*Pi^(n/2 + 1/2)/A, where A is the Glaisher-Kinkelin constant (A074962). - Ilya Gutkovskiy, Dec 11 2016

Extensions

a(0)=1 added, offset changed, and edited by Johannes W. Meijer, Feb 23 2009, Nov 22 2012