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!)
A244719 Number of compositions of n with exactly 7 transitions between different parts. 2
2, 22, 136, 618, 2278, 7180, 20140, 51100, 120046, 263192, 545644, 1075414, 2031190, 3690972, 6485546, 11052982, 18333194, 29664162, 46934548, 72757550, 110684340, 165506866, 243561442, 353198516, 505188930, 713484770, 995688310, 1374225240, 1876917926 (list; graph; refs; listen; history; text; internal format)
OFFSET
12,1
LINKS
MAPLE
b:= proc(n, v) option remember; `if`(n=0, [1, 0$7],
add(`if`(v in [0, i], b(n-i, `if`(i<=n-i, i, -1)),
[0, b(n-i, `if`(i<=n-i, i, -1))[1..7][]]), i=1..n))
end:
a:= n-> b(n, 0)[8]:
seq(a(n), n=12..60);
CROSSREFS
Column k=7 of A238279.
Sequence in context: A356341 A353191 A062180 * A084399 A067057 A202738
KEYWORD
nonn
AUTHOR
Joerg Arndt and Alois P. Heinz, Jul 04 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 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)