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!)
A346322 Number of permutations of [n] having seven cycles of the form (c1, c2, ..., c_m) where c1 = min_{i>=1} c_i and c_j = min_{i>=j} c_i or c_j = max_{i>=j} c_i. 2

%I #7 Apr 20 2023 12:39:39

%S 1,28,546,9030,136521,1956570,27124955,368258891,4934711782,

%T 65608599056,868543125632,11476719098208,151628071536832,

%U 2005351952310016,26570735233245952,352902891363604736,4699994984738296320,62779734338836996096,841132871051793858560

%N Number of permutations of [n] having seven cycles of the form (c1, c2, ..., c_m) where c1 = min_{i>=1} c_i and c_j = min_{i>=j} c_i or c_j = max_{i>=j} c_i.

%H Alois P. Heinz, <a href="/A346322/b346322.txt">Table of n, a(n) for n = 7..879</a>

%H <a href="/index/Rec#order_28">Index entries for linear recurrences with constant coefficients</a>, signature (168, -13440, 681632, -24615360, 673960320, -14545867776, 254017792512, -3655881782784, 43944394303488, -445483185094656, 3835837793820672, -28195256256282624, 177510573498728448, -958975703677403136, 4447744859322580992, -17695513525640822784, 60260448721418846208, -175010175041662877696, 431158568263920648192, -894423403170908602368, 1546792199062741319680, -2199976821097607725056, 2525948081813952921600, -2280501363206944456704, 1556924686713055346688, -754785240817587978240, 231325591660815974400, -33664847019245568000).

%p b:= proc(n) option remember; series(`if`(n=0, 1, add(b(n-j)

%p *binomial(n-1, j-1)*x*ceil(2^(j-2)), j=1..n)), x, 8)

%p end:

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

%p seq(a(n), n=7..29);

%Y Column k=7 of A344855.

%K nonn,easy

%O 7,2

%A _Alois P. Heinz_, Jul 13 2021

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 19 14:45 EDT 2024. Contains 372698 sequences. (Running on oeis4.)