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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A129255 Rencontres numbers: permutations with exactly 12 fixed points. 0
1, 0, 91, 910, 16380, 272272, 4919460, 93419352, 1868513010, 39238479280, 863247190806, 19854684036460, 476512419579196, 11912810484279600, 309733072600927300, 8362792960207653240, 234158202885844712475 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

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

MAPLE

a:=n->sum(n!*sum((-1)^k/(k-11)!, j=0..n), k=11..n): seq(-a(n)/12!, n=11..28);

restart: G(x):=exp(-x)/(1-x)*(x^12/12!): f[0]:=G(x): for n from 1 to 29 do f[n]:=diff(f[n-1], x) od: x:=0: seq(f[n], n=12..28); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 03 2009]

CROSSREFS

Sequence in context: A038488 A072393 A085952 * A093291 A185375 A036526

Adjacent sequences:  A129252 A129253 A129254 * A129256 A129257 A129258

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 14 04:48 EST 2012. Contains 205570 sequences.