login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A129149 Rencontres numbers: permutations with exactly 7 fixed points. 0
1, 0, 36, 240, 2970, 34848, 454740, 6362928, 95450355, 1527194240, 25962321528, 467321755680, 8879113408308, 177582268088640, 3729227629977720, 82043007859339296, 1886989180765048965, 45287740338360829056 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

G.f.: exp(-x)/(1-x)*(x^7/7!) . [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 03 2009]

MAPLE

a:=n->sum(n!*sum((-1)^k/(k-6)!, j=0..n), k=6..n): seq(a(n)/7!, n=6..24);

restart: G(x):=exp(-x)/(1-x)*(x^7/7!): 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=7..24); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 03 2009]

CROSSREFS

Sequence in context: A112474 A166329 A159921 * A074363 A030165 A017342

Adjacent sequences:  A129146 A129147 A129148 * A129150 A129151 A129152

KEYWORD

nonn

AUTHOR

Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 25 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 20:01 EST 2012. Contains 205955 sequences.