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!)
A243479 Number of isoscent sequences of length n with exactly six descents. 2
2, 570, 34643, 1139465, 26298831, 479669603, 7386945631, 100099764774, 1227140160022, 13879804132399, 146957303797639, 1472647088474040, 14087369324642004, 129522280702233381, 1150891407181302417, 9927963973481921295, 83454334937159452579 (list; graph; refs; listen; history; text; internal format)
OFFSET
11,1
LINKS
Joerg Arndt and Alois P. Heinz, Table of n, a(n) for n = 11..100
MATHEMATICA
b[n_, i_, t_] := b[n, i, t] = If[n < 1, 1, Expand[Sum[ If[j < i, x, 1] *b[n - 1, j, t + If[j == i, 1, 0]], {j, 0, t + 1}]]]; a[n_] := Coefficient[b[n - 1, 0, 0], x, 6]; Table[a[n], {n, 11, 40}] (* Jean-François Alcover, Feb 09 2015, after A242352 *)
CROSSREFS
Column k=6 of A242352.
Sequence in context: A285690 A201603 A200964 * A049364 A159529 A195001
KEYWORD
nonn
AUTHOR
Joerg Arndt and Alois P. Heinz, Jun 05 2014
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 April 23 07:42 EDT 2024. Contains 371905 sequences. (Running on oeis4.)