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!)
A250286 Number of permutations p of [n] such that p(i) > p(i+1) iff i == 0 (mod 9). 3

%I #11 Sep 03 2021 01:59:11

%S 1,1,1,1,1,1,1,1,1,1,9,54,219,714,2001,5004,11439,24309,48619,831384,

%T 9069651,64369341,355150566,1635163542,6542615421,23369110326,

%U 75953123676,227864057851,5742168041637,90830731860000,920922875075934,7159714782188364

%N Number of permutations p of [n] such that p(i) > p(i+1) iff i == 0 (mod 9).

%H Alois P. Heinz, <a href="/A250286/b250286.txt">Table of n, a(n) for n = 0..500</a>

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

%p `if`(t=0, add(b(u-j, o+j-1, irem(t+1, 9)), j=1..u),

%p add(b(u+j-1, o-j, irem(t+1, 9)), j=1..o)))

%p end:

%p a:= n-> b(n, 0$2):

%p seq(a(n), n=0..35);

%t nmax = 30; CoefficientList[Series[1 + Sum[(x^(9 - k) * HypergeometricPFQ[{1}, {10/9 - k/9, 11/9 - k/9, 4/3 - k/9, 13/9 - k/9, 14/9 - k/9, 5/3 - k/9, 16/9 - k/9, 17/9 - k/9, 2 - k/9}, -x^9/387420489])/(9 - k)!, {k, 0, 8}] / HypergeometricPFQ[{}, {1/9, 2/9, 1/3, 4/9, 5/9, 2/3, 7/9, 8/9}, -x^9/387420489], {x, 0, nmax}], x] * Range[0, nmax]! (* _Vaclav Kotesovec_, Apr 21 2021 *)

%Y Row n=9 of A181937.

%K nonn

%O 0,11

%A _Alois P. Heinz_, Nov 16 2014

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 September 15 16:35 EDT 2024. Contains 375938 sequences. (Running on oeis4.)