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!)
A323291 Denominator of the sum of inverse products of cycle sizes in all permutations of [n]. 5
1, 1, 2, 6, 12, 20, 360, 2520, 1680, 15120, 151200, 554400, 9979200, 129729600, 605404800, 27243216000, 54486432000, 308756448000, 5557616064000, 8122669632000, 351982350720000, 22174888095360000, 25676186215680000, 3740164458750720000, 67322960257512960000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp(polylog(2,x)) (for fractions A323290(n)/A323291(n)). - Vaclav Kotesovec, Feb 12 2024
MAPLE
b:= proc(n) option remember; `if`(n=0, 1, add(
b(n-j)*binomial(n-1, j-1)*(j-1)!/j, j=1..n))
end:
a:= n-> denom(b(n)):
seq(a(n), n=0..25);
MATHEMATICA
nmax = 30; Denominator[CoefficientList[Series[Exp[PolyLog[2, x]], {x, 0, nmax}], x] * Range[0, nmax]!] (* Vaclav Kotesovec, Feb 12 2024 *)
CROSSREFS
See A323290 for more information.
Sequence in context: A106372 A354895 A214916 * A161203 A292768 A352990
KEYWORD
nonn,frac
AUTHOR
Alois P. Heinz, Jan 09 2019
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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)