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!)
A258216 Number of permutations of {1,2,3,...,n} such that no multiples of 3 are adjacent. 0
1, 1, 2, 6, 24, 120, 480, 3600, 30240, 151200, 1693440, 20321280, 121927680, 1828915200, 28740096000, 201180672000, 3793692672000, 73977007104000, 591816056832000, 13463815292928000, 314155690168320000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = factorial(n-floor(n/3))*fallfac(n+1-floor(n/3),floor(n/3)), where fallfac is falling factorial, A008279.
a(n) ~ n! * 2^(2*n+2-2*floor(n,3)/3) / 3^(n+1/2). - Vaclav Kotesovec, May 23 2015
MATHEMATICA
Table[Factorial[n-Floor[n/3]]*FactorialPower[n+1-Floor[n/3], Floor[n/3], 1], {n, 0, 20}]
CROSSREFS
Sequence in context: A174701 A178848 A173845 * A263748 A072856 A228401
KEYWORD
nonn,easy
AUTHOR
Ran Pan, May 23 2015
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 April 24 15:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)