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.

Showing 1-1 of 1 results.

A293459 Denominator of probability that a permutation of elements of some subset of set {1,2..n} is a permutation of elements of some set of the form 1..k, k <= n.

Original entry on oeis.org

1, 1, 7, 385, 3628921, 1216452311762688721, 10333147966386144929717742279694909445041, 5989285834984945898036392571843137173092920925318860392502631168811983977451725959000900501504040321
Offset: 1

Views

Author

Vladimir Shevelev, Oct 09 2017

Keywords

Crossrefs

Cf. A293458(numerators).

Programs

  • Mathematica
    a[n_] := Denominator[Sum[k!, {k, 0, n}]/Sum[Binomial[n, k]!, {k, 0, n}]]; Array[a, 8] (* Amiram Eldar, Sep 21 2019 *)
  • PARI
    a(n) = denominator(sum(k=0, n, k!)/sum(k=0, n, binomial(n,k)!)); \\ Michel Marcus, Oct 12 2017

Extensions

More terms from Peter J. C. Moses, Oct 09 2017
Showing 1-1 of 1 results.