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!)
A129218 Permutations with exactly 10 fixed points. 4
1, 0, 66, 572, 9009, 132132, 2122120, 36056592, 649062414, 12332093488, 246642054516, 5179482792120, 113948622073286, 2620818306541512, 62899639358957544, 1572490983970669840, 40884765583242727575 (list; graph; refs; listen; history; text; internal format)
OFFSET
10,3
LINKS
FORMULA
a(n) = A008290(n,10).
E.g.f.: exp(-x)/(1-x)*(x^10/10!). [Zerinvary Lajos, Apr 03 2009]
O.g.f.: (1/10!)*Sum_{k>=10} k!*x^k/(1 + x)^(k+1). - Ilya Gutkovskiy, Apr 15 2017
MAPLE
a:=n->sum(n!*sum((-1)^k/(k-9)!, j=0..n), k=9..n): seq(-a(n)/10!, n=9..27);
restart: G(x):=exp(-x)/(1-x)*(x^10/10!): 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=10..26); # Zerinvary Lajos, Apr 03 2009
MATHEMATICA
With[{nn=40}, Drop[CoefficientList[Series[Exp[-x]/(1 - x) x^10/10!, {x, 0, nn}], x]Range[0, nn]!, 10]] (* 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: A202639 A175260 A233065 * A046409 A128952 A282050
KEYWORD
nonn
AUTHOR
Zerinvary Lajos, May 25 2007
EXTENSIONS
Changed offset from 0 to 10 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 June 28 02:17 EDT 2024. Contains 373761 sequences. (Running on oeis4.)