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!)
A264496 Number of permutations of [n] with exactly nine (possibly overlapping) occurrences of the generalized pattern 13-2. 2
1, 256, 11115, 258564, 4235959, 55145400, 609428105, 5954337792, 52838734860, 433992926048, 3345094317796, 24447556164496, 170782982829160, 1147577406468288, 7455096381483206, 47017233051466444, 288854847620573814, 1733658007070671968, 10189610103251200265 (list; graph; refs; listen; history; text; internal format)
OFFSET
7,2
LINKS
MAPLE
b:= proc(u, o) option remember; `if`(u+o=0, 1, add(
b(u-j, o+j-1), j=1..u) +add(convert(series(
b(u+j-1, o-j)*x^(j-1), x, 10), polynom), j=1..o))
end:
a:= n-> coeff(b(n, 0), x, 9):
seq(a(n), n=7..25);
CROSSREFS
Column k=9 of A263776.
Sequence in context: A224026 A237966 A205936 * A224967 A205652 A284032
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Nov 14 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 May 14 20:39 EDT 2024. Contains 372533 sequences. (Running on oeis4.)