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!)
A321666 Number of arrangements of n 1's, n 2's, ..., n n's avoiding equal consecutive terms and introduced in ascending order. 4
1, 1, 1, 29, 94376, 66218360625, 16985819072511102549, 2421032324142610480402567434373, 271259741131895052775392614041761701799270286, 32119646666355552112999645991677870426882424139287301894021793 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
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
PROG
(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
CROSSREFS
Sequence in context: A159437 A343451 A185822 * A139775 A303734 A087528
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 16 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)