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.

A321666 Number of arrangements of n 1's, n 2's, ..., n n's avoiding equal consecutive terms and introduced in ascending order.

Original entry on oeis.org

1, 1, 1, 29, 94376, 66218360625, 16985819072511102549, 2421032324142610480402567434373, 271259741131895052775392614041761701799270286, 32119646666355552112999645991677870426882424139287301894021793
Offset: 0

Views

Author

Seiichi Manyama, Nov 16 2018

Keywords

Crossrefs

Programs

  • PARI
    {a(n) = sum(i=n, n^2, i!*polcoef(sum(j=1, n, (-1)^(n-j)*binomial(n-1, j-1)*x^j/j!)^n, i))/n!} \\ Seiichi Manyama, May 27 2019

Formula

a(n) = A321634(n)/n!.
a(n) ~ exp(5/12) * n^((n-1)*(2*n-1)/2) / (2*Pi)^(n/2). - Vaclav Kotesovec, Nov 24 2018