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!)
A213324 Number of permutations of n objects such that no five-element subset is preserved. 2
1, 1, 2, 6, 24, 0, 265, 2260, 20145, 200240, 2492225, 23163480, 270877705, 3449462080, 48030998625, 713129276000, 11685451112225, 198919432944000, 3585292622812225, 68053546078588000, 1360638669122771625, 28525836193802883200, 627637954389517169825, 14435957818250131813200, 346518764145610187160625 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The limit as n -> infinity of a(n)/n! = (35-24*exp(1/4)+24*exp(1/3)+24*exp(7/12)+24*exp(3/4))/(24*exp[(137/60)) or approximately 0.5585422951.
LINKS
FORMULA
E.g.f.: ((x^2/2+2*x^3/3+7*x^4/24)*exp(-x-x^2/2-x^3/3-x^4/4-x^5/5)+x*exp(-x-x^2/2-x^4/4-x^5/5)+exp(-x-x^2/2-x^5/5)+exp(-x-x^3/3-x^5/5)-exp(-x-x^2/2-x^3/3-x^5/5))/(1-x)
EXAMPLE
For n=6 the only permutations that fix no five-element subset are the 120 6-cycles, the 90 products of a 4-cycle and a 2-cycle, the 40 products of two 3-cycles, and the 15 products of three 2-cycles, therefore a(5)=265.
PROG
(PARI)
x='x+O('x^66);
egf=((x^2/2+2*x^3/3+7*x^4/24)*exp(-x-x^2/2-x^3/3-x^4/4-x^5/5)+x*exp(-x-x^2/2-x^4/4-x^5/5)+exp(-x-x^2/2-x^5/5)+exp(-x-x^3/3-x^5/5)-exp(-x-x^2/2-x^3/3-x^5/5))/(1-x);
Vec(serlaplace(egf))
/* Joerg Arndt, Jun 09 2012 */
CROSSREFS
Sequence in context: A020122 A327426 A086554 * A007672 A322255 A084337
KEYWORD
nonn
AUTHOR
Les Reid, Jun 08 2012
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 6 00:30 EDT 2024. Contains 373110 sequences. (Running on oeis4.)