Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A086226
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A086226 Number of permutations of length n containing exactly one occurrence of the pattern 1-32. +0
2
0, 0, 1, 9, 73, 637, 6220, 68414, 844067, 11589987, 175612351, 2912695193, 52502754076, 1022091626496, 21372127906257, 477737240288353, 11368449905784189, 286935157928114989, 7656210527253978232 (list; graph; listen)
OFFSET

0,4

REFERENCES

A. Claesson and T. Mansour, Counting Occurrences of a Pattern of Type (1,2) or (2,1) in Permutations, Advances in Applied Mathematics, 29 (2002), 293-310

FORMULA

a(0)=0; a(n)=a(n-1)+sum(k=1, n-1, binomial(n, k)*a(k)+binomial(n-1, k-1)*B(k))) where B(k) is the k-th Bell number.

PROGRAM

(PARI) B(n)=round(exp(-1)*sum(k=0, 200, k^n/k!)); //an=vector(100); a(n)=if(n<1, 0, an[n]); //for(n=1, 30, an[n]=a(n-1)+sum(k=1, n-1, binomial(n, k)*a(k)+binomial(n-1, k-1)*B(k)))

CROSSREFS

Sequence in context: A023001 A015454 A121246 this_sequence A015465 A075232 A037533

Adjacent sequences: A086223 A086224 A086225 this_sequence A086227 A086228 A086229

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Aug 28 2003

page 1

Search completed in 0.002 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 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research