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!)
A280781 Denominators of coefficients in asymptotic expansion of S_n (number of simple permutations, A111111). 7
1, 1, 1, 3, 3, 15, 45, 315, 63, 2835, 14175, 22275, 467775, 1216215, 42567525, 638512875, 638512875, 834978375, 558242685, 1856156927625, 713906510625, 17717861581875, 2143861251406875, 9861761756471625, 147926426347074375, 75472666503609375, 48076088562799171875 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Has the same start as A046983 but is a different sequence.
LINKS
Michael Borinsky, Generating asymptotics for factorially divergent sequences, arXiv preprint arXiv:1603.01236 [math.CO], 2016.
EXAMPLE
Coefficients are 1, -4, 2, -40/3, -182/3, -7624/15, -202652/45, -14115088/315, -30800534/63, -16435427656/2835, ...
PROG
(PARI)
seq(N) = {
my(f = serreverse(x*Ser(vector(N, n, n!))));
Vec(x* f'/f * exp(2 + (f-x)/(x*f)));
};
apply(denominator, seq(28)) \\ Gheorghe Coserea, Jan 22 2017
CROSSREFS
Cf. also A046983.
Sequence in context: A078631 A352802 A160639 * A046983 A067655 A209430
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, Jan 19 2017
EXTENSIONS
More terms from Gheorghe Coserea, Jan 22 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 April 18 16:22 EDT 2024. Contains 371780 sequences. (Running on oeis4.)