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.

A289954 Number of permutations of [n] having exactly six nontrivial cycles.

Original entry on oeis.org

10395, 675675, 26801775, 855870015, 24479795340, 661680519500, 17424049022380, 455359195951660, 11950227130952110, 317363732767667950, 8572733672197564870, 236346930206430701350, 6665648338618807806268, 192596934884274256728700, 5706700987506640526104700
Offset: 12

Views

Author

Alois P. Heinz, Jul 16 2017

Keywords

Comments

A nontrivial cycle has size > 1.

Crossrefs

Column k=6 of A136394.

Programs

  • Mathematica
    Drop[Range[0, 30]! CoefficientList[Series[(Log[1 - x] + x)^6 / 6! Exp[x], {x, 0, 30}], x], 12] (* Vincenzo Librandi, Jul 24 2017 *)
  • PARI
    x = 'x + O('x^30); Vec(serlaplace((log(1-x)+x)^6/6!*exp(x))) \\ Michel Marcus, Jul 24 2017

Formula

E.g.f.: (log(1-x)+x)^6/6!*exp(x).