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!)
A264462 Number of permutations of [n] with exactly three (possibly overlapping) occurrences of the generalized pattern 23-1. 2

%I #7 Nov 14 2015 16:51:00

%S 10,98,791,6082,46508,360376,2855580,23244370,194796665,1682243510,

%T 14973751272,137345968648,1297620307926,12620234271634,

%U 126265094967383,1298634572382618,13720327052477584,148800093788609512,1655374072150829472,18877499531817214482

%N Number of permutations of [n] with exactly three (possibly overlapping) occurrences of the generalized pattern 23-1.

%H Alois P. Heinz, <a href="/A264462/b264462.txt">Table of n, a(n) for n = 5..500</a>

%e a(5) = 10: 23451, 24513, 24531, 34251, 35241, 45123, 45132, 45213, 45312, 45321.

%p b:= proc(u, o) option remember; `if`(u+o=0, 1, add(

%p b(u-j, o+j-1), j=1..u) +add(convert(series(

%p b(u+j-1, o-j)*x^u, x, 4), polynom), j=1..o))

%p end:

%p a:= n-> coeff(b(n, 0), x, 3):

%p seq(a(n), n=5..25);

%Y Column k=3 of A260670.

%K nonn

%O 5,1

%A _Alois P. Heinz_, Nov 14 2015

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 30 08:10 EDT 2024. Contains 373861 sequences. (Running on oeis4.)