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!)
A169587 The total number of ways of partitioning the multiset {1,1,1,2,3,...,n-2}. 5
3, 7, 21, 74, 296, 1315, 6393, 33645, 190085, 1145246, 7318338, 49376293, 350384315, 2606467211, 20266981269, 164306340566, 1385709542808, 12133083103491, 110095025916745, 1033601910417425, 10024991744613469, 100316367530768074, 1034373400144455266 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,1
LINKS
M. Griffiths, Generalized Near-Bell Numbers, JIS 12 (2009) 09.5.7
FORMULA
For n>=3, a(n)=(Bell(n)+3Bell(n-1)+5Bell(n-2)+2Bell(n-3))/6, where Bell(n) is the n-th Bell number (the Bell numbers are given in A000110).
E.g.f.: (e^(3x)+6e^(2x)+9e^x+2)(e^(e^x-1))/6.
EXAMPLE
The partitions of {1,1,1,2} are {{1},{1},{1},{2}}, {{1,1},{1},{2}}, {{1,2},{1},{1}}, {{1,1},{1,2}}, {{1,1,1},{2}}, {{1,1,2},{1}} and {{1,1,1,2}}, so a(4)=7.
MATHEMATICA
Table[(BellB[n] + 3 BellB[n - 1] + 5 BellB[n - 2] + 2 BellB[n - 3])/ 6, {n, 3, 23}]
CROSSREFS
This is related to A000110, A035098 and A169588.
Row n=3 of A346426.
Cf. A346813.
Sequence in context: A148679 A148680 A001576 * A075211 A075212 A319123
KEYWORD
nonn
AUTHOR
Martin Griffiths, Dec 02 2009
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 20 11:40 EDT 2024. Contains 371838 sequences. (Running on oeis4.)