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!)
A318398 Number of triples of set partitions of {1,2,...,n} whose meet is {{1},{2},...,{n}}. 2
1, 7, 103, 2707, 110857, 6517129, 521167549, 54510591469, 7235648605909, 1190181847444189, 237953165658759679, 56905537750421669449, 16059682765076576965879, 5287171379685771887014489, 2010360123437921314268936809, 875173620070717892287441139989 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{k = 0..n} s(n,k)*B(k)^3 where s = A048994 and B = A000110.
EXAMPLE
The a(2) = 7 triples:
{{1},{2}} {{1},{2}} {{1},{2}}
{{1},{2}} {{1},{2}} {{1,2}}
{{1},{2}} {{1,2}} {{1},{2}}
{{1},{2}} {{1,2}} {{1,2}}
{{1,2}} {{1},{2}} {{1},{2}}
{{1,2}} {{1},{2}} {{1,2}}
{{1,2}} {{1,2}} {{1},{2}}
MATHEMATICA
Table[Sum[StirlingS1[n, k]*BellB[k]^3, {k, 0, n}], {n, 10}]
CROSSREFS
Sequence in context: A357347 A177752 A101746 * A318815 A195246 A280644
KEYWORD
nonn
AUTHOR
Gus Wiseman, Aug 25 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 July 27 16:42 EDT 2024. Contains 374650 sequences. (Running on oeis4.)