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!)
A289955 Number of permutations of [n] having exactly seven nontrivial cycles. 2
135135, 11486475, 583783200, 23434451040, 828052325100, 27221423409180, 859752405431920, 26617555964919920, 818486200464162230, 25221598500336187950, 783666055857936771520, 24658659357394687609600, 788174700361283653718300, 25647112073453527447490700 (list; graph; refs; listen; history; text; internal format)
OFFSET
14,1
COMMENTS
A nontrivial cycle has size > 1.
LINKS
Wikipedia, Permutation
FORMULA
E.g.f.: (-log(1-x)-x)^7/7!*exp(x).
MATHEMATICA
Drop[CoefficientList[Series[(-Log[1 - x] - x)^7/7!*Exp[x] , {x, 0, 50}], x] * Table[k !, {k, 0, 50}] , 14] (* Indranil Ghosh, Jul 16 2017 *)
PROG
(PARI) x = 'x + O('x^30); Vec(serlaplace((-log(1-x)-x)^7/7!*exp(x))) \\ Michel Marcus, Jul 16 2017
CROSSREFS
Column k=7 of A136394.
Sequence in context: A271767 A104440 A290036 * A263891 A360662 A235209
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Jul 16 2017
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 May 4 20:57 EDT 2024. Contains 372257 sequences. (Running on oeis4.)