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!)
A074103 a(n) = n!/A074859(n). 2
1, 1, 2, 3, 4, 6, 3, 12, 15, 20, 30, 15, 60, 60, 84, 105, 140, 210, 105, 420, 420, 420, 315, 840, 840, 1260, 1260, 1540, 2310, 2520, 4620, 4620, 5460, 5460, 9240, 9240, 13860, 13860, 16380, 16380, 27720, 30030, 32760, 60060, 60060, 60060, 45045, 120120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
1/a(n) is probability that a random degree-n permutation has the maximum possible order.
LINKS
MATHEMATICA
g[n_] := g[n] = Max[LCM @@@ IntegerPartitions[n]];
f[x_, n_] := Total[(MoebiusMu[g[n]/#]*Exp[Total[(x^#/#&) /@ Divisors[#]]]&) /@ Divisors[g[n]]];
a[0] = 1; a[n_] := 1/SeriesCoefficient[f[x, n], {x, 0, n}];
Table[a[n], {n, 0, 50}] (* Jean-François Alcover, May 24 2019 *)
CROSSREFS
Sequence in context: A260272 A321479 A128332 * A051785 A144825 A159633
KEYWORD
nonn
AUTHOR
Vladeta Jovovic, Sep 15 2002
EXTENSIONS
More terms from Max Alekseyev, Jun 13 2011
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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)