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.
%I A322145 #12 Nov 29 2018 06:26:31 %S A322145 1,0,2,17236524,2511603532825176,2829059722872229922701920, %T A322145 17498057808683351584656839871450000, %U A322145 459422439054082909311010463927575656038701920,42176005899746902650961357272521722186133207293858938240 %N A322145 Number of permutations of 9 copies of 1..n with no element equal to another within a distance of 1. %H A322145 Seiichi Manyama, <a href="/A322145/b322145.txt">Table of n, a(n) for n = 0..64</a> %F A322145 a(n) = n! * A321669(n). %F A322145 a(n) = Integral_{0..infinity} (Sum_{k=1..9} (-1)^(9-k) * binomial(8, 9-k) * x^k/k!)^n * exp(-x) dx. %Y A322145 Row 9 of A322093. %Y A322145 Cf. A321669, A322127, A322128. %K A322145 nonn %O A322145 0,3 %A A322145 _Seiichi Manyama_, Nov 28 2018