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!)
A244169 Number of compositions of n in which the minimal multiplicity of parts equals 6. 3
1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 925, 1716, 4719, 5005, 11011, 12376, 24494, 28848, 49771, 60985, 94997, 113323, 176576, 205948, 300841, 362000, 502840, 588343, 17972200, 47500741, 164220317, 452654380, 1198032651, 2936508011, 6683727408, 15107475055 (list; graph; refs; listen; history; text; internal format)
OFFSET
6,13
LINKS
MAPLE
b:= proc(n, i, p, k) option remember; `if`(n=0, p!, `if`(i<1, 0,
add(b(n-i*j, i-1, p+j, k)/j!, j=[0, $max(1, k)..n/i])))
end:
a:= n-> b(n$2, 0, 6) -b(n$2, 0, 7):
seq(a(n), n=6..50);
CROSSREFS
Column k=6 of A242451.
Sequence in context: A115696 A066741 A325141 * A245791 A229641 A147548
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Jun 21 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 May 19 04:28 EDT 2024. Contains 372666 sequences. (Running on oeis4.)