The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A129217 Permutations with exactly 9 fixed points. 3
1, 0, 55, 440, 6435, 88088, 1326325, 21209760, 360590230, 6490575520, 123321027258, 2466420377200, 51794828215130, 1139486220235440, 26208183066232310, 628996393588267936, 15724909839708741375 (list; graph; refs; listen; history; text; internal format)
OFFSET
9,3
LINKS
FORMULA
a(n) = A008290(n,9).
E.g.f.: exp(-x)/(1-x)*(x^9/9!). [Zerinvary Lajos, Apr 03 2009]
O.g.f.: (1/9!)*Sum_{k>=9} k!*x^k/(1 + x)^(k+1). - Ilya Gutkovskiy, Apr 15 2017
MAPLE
a:=n->sum(n!*sum((-1)^k/(k-8)!, j=0..n), k=8..n): seq(a(n)/9!, n=8..27);
restart: G(x):=exp(-x)/(1-x)*(x^9/9!): f[0]:=G(x): for n from 1 to 26 do f[n]:=diff(f[n-1], x) od: x:=0: seq(f[n], n=9..25); # Zerinvary Lajos, Apr 03 2009
MATHEMATICA
With[{nn=40}, Drop[CoefficientList[Series[Exp[-x]/(1 - x) x^9/9!, {x, 0, nn}], x]Range[0, nn]!, 9]] (* Vincenzo Librandi, Feb 19 2014 *)
PROG
(PARI) x='x+O('x^66); Vec( serlaplace(exp(-x)/(1-x)*(x^9/9!)) ) \\ Joerg Arndt, Feb 19 2014
CROSSREFS
Sequence in context: A075740 A340240 A355511 * A116060 A145054 A166839
KEYWORD
nonn
AUTHOR
Zerinvary Lajos, May 25 2007
EXTENSIONS
Changed offset from 0 to 9 by Vincenzo Librandi, Feb 19 2014
Edited by Joerg Arndt, Feb 19 2014
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 15 13:23 EDT 2024. Contains 372540 sequences. (Running on oeis4.)