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!)
A320819 Number of partitions of n with exactly six sorts of part 1 which are introduced in ascending order. 2
1, 21, 267, 2668, 23116, 182443, 1349703, 9529538, 64991613, 431754668, 2810794455, 18011999644, 113994583260, 714334592349, 4440885185275, 27431944561645, 168574045898166, 1031553703902986, 6290661582662655, 38253841380267660, 232085126723073278 (list; graph; refs; listen; history; text; internal format)
OFFSET
6,2
LINKS
FORMULA
a(n) = A320737(n) - A320736(n).
MAPLE
b:= proc(n, i, k) option remember; `if`(n=0 or i<2, add(
Stirling2(n, j), j=0..k), add(b(n-i*j, i-1, k), j=0..n/i))
end:
a:= n-> (k-> b(n$2, k)-b(n$2, k-1))(6):
seq(a(n), n=6..35);
CROSSREFS
Column k=6 of A292746.
Sequence in context: A327507 A133105 A215766 * A360499 A228215 A032535
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Oct 21 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 25 16:23 EDT 2024. Contains 371989 sequences. (Running on oeis4.)