Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A093374
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A093374 Number of 1-2-3-avoiding permutations with exactly thrice the 1-3-2 pattern. +0
1
1, 5, 18, 57, 168, 472, 1280, 3376, 8704, 22016, 54784, 134400, 325632, 780288, 1851392, 4354048, 10158080, 23527424, 54132736, 123797504, 281542656, 637009920, 1434451968, 3215982592, 7180648448, 15971909632, 35399925760 (list; graph; listen)
OFFSET

4,2

LINKS

D. Callan, A recursive bijective approach to counting permutations...

FORMULA

a(n) = C(n-3, 1)2^(n-4) + C(n-3, 1)2^(n-5) + C(n-3, 2)2^(n-7); for n<4, a(n) = 0.

G.f.: x^3(1-3x+2x^2+x^3)/(1-2x)^4.

PROGRAM

(PARI) a(n)=if(n<4, 0, 2^(n-4)*binomial(n-3, 1)+2^(n-5)*binomial(n-3, 2)+2^(n-7)*binomial(n-4, 3))

CROSSREFS

Sequence in context: A011845 A099450 A001793 this_sequence A000745 A128553 A000340

Adjacent sequences: A093371 A093372 A093373 this_sequence A093375 A093376 A093377

KEYWORD

nonn

AUTHOR

Ralf Stephan, Apr 28 2004

page 1

Search completed in 0.005 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 24 12:00 EDT 2008. Contains 142294 sequences.


AT&T Labs Research