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!)
A243234 Number of isoscent sequences of length n with exactly eight ascents. 2

%I #5 Jun 01 2014 18:50:38

%S 72,22702,1726823,67907889,1795511707,36321261053,605440292330,

%T 8715982350668,111865311047525,1309224069548063,14207107757575607,

%U 144766250416253170,1398869193142980670,12919066626921248461,114754676548076467734,985458803547385212585

%N Number of isoscent sequences of length n with exactly eight ascents.

%H Joerg Arndt and Alois P. Heinz, <a href="/A243234/b243234.txt">Table of n, a(n) for n = 13..100</a>

%p b:= proc(n, i, t) option remember; `if`(n<1, 1, expand(add(

%p `if`(j>i, x, 1) *b(n-1, j, t+`if`(j=i, 1, 0)), j=0..t+1)))

%p end:

%p a:= n-> coeff(b(n-1, 0$2), x, 8):

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

%Y Column k=8 of A242351.

%K nonn

%O 13,1

%A _Joerg Arndt_ and _Alois P. Heinz_, Jun 01 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 May 2 23:14 EDT 2024. Contains 372203 sequences. (Running on oeis4.)