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!)
A243480 Number of isoscent sequences of length n with exactly seven descents. 2
130, 18196, 1027497, 35855578, 920132845, 19024724767, 334824869566, 5199938158961, 73073359931844, 946309985456857, 11449696018832655, 130815643776548834, 1423250326223813866, 14845562100052915605, 149281547622659687547, 1453772869428542126084 (list; graph; refs; listen; history; text; internal format)
OFFSET
13,1
LINKS
Joerg Arndt and Alois P. Heinz, Table of n, a(n) for n = 13..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, 7]; Table[a[n], {n, 13, 40}] (* Jean-François Alcover, Feb 09 2015, after A242352 *)
CROSSREFS
Column k=7 of A242352.
Sequence in context: A223846 A223872 A223797 * A223662 A224112 A184283
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 August 11 11:30 EDT 2024. Contains 375068 sequences. (Running on oeis4.)