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!)
A320557 Number of set partitions of [n] such that for each block b the smallest integer interval containing b has at most seven elements and for at least one block c the smallest integer interval containing c has exactly seven elements. 3
203, 1197, 4971, 18223, 63768, 220419, 779242, 2845864, 10418560, 37768970, 135153976, 477964329, 1676343822, 5852483376, 20403590238, 71080014610, 247360604490, 859493636214, 2980904955378, 10318666659192, 35656973487023, 123042978647274, 424121272321296 (list; graph; refs; listen; history; text; internal format)
OFFSET
7,1
LINKS
FORMULA
a(n) = A276723(n) - A276722(n).
MAPLE
b:= proc(n, m, l) option remember; `if`(n=0, 1,
add(b(n-1, max(m, j), [subsop(1=NULL, l)[],
`if`(j<=m, 0, j)]), j={l[], m+1} minus {0}))
end:
A:= (n, k)-> `if`(n=0, 1, `if`(k<2, k, b(n, 0, [0$(k-1)]))):
a:= n-> (k-> A(n, k) -`if`(k=0, 0, A(n, k-1)))(7):
seq(a(n), n=7..50);
CROSSREFS
Column k=7 of A276727.
Sequence in context: A346826 A346859 A272390 * A270770 A294056 A255946
KEYWORD
nonn,easy
AUTHOR
Alois P. Heinz, Oct 15 2018
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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)