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.

A322146 Number of permutations of 10 copies of 1..n with no element equal to another within a distance of 1.

Original entry on oeis.org

1, 0, 2, 124948668, 174702663548149248, 2360719028641481267959955040, 211490077066069537208795610578715159120, 94446414948214202156311984061437135600678877848560
Offset: 0

Views

Author

Seiichi Manyama, Nov 28 2018

Keywords

Crossrefs

Row 10 of A322093.

Formula

a(n) = n! * A321670(n).
a(n) = Integral_{0..infinity} (Sum_{k=1..10} (-1)^(10-k) * binomial(9, 10-k) * x^k/k!)^n * exp(-x) dx.