OFFSET
1,2
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..446
Pierre Lescanne, Zaionc paradox revisited, arXiv:2104.06723 [cs.LO], 2021.
Paul Tarau, A Hiking Trip Through the Orders of Magnitude: Deriving Efficient Generators for Closed Simply-Typed Lambda Terms and Normal Forms, arXiv preprint arXiv:1608.03912 [cs.PL], 2016. See Example 5.
Paul Tarau and Valeria de Paiva, Deriving Theorems in Implicational Linear Logic, Declaratively, (2020).
MATHEMATICA
Array[CatalanNumber[# - 1] BellB[#] &, 21] (* Michael De Vlieger, Aug 04 2017 *)
PROG
(Python)
from sympy.functions.combinatorial.numbers import bell, catalan
def A289679(n): return catalan(n-1)*bell(n) # Chai Wah Wu, Oct 15 2024
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Aug 04 2017
STATUS
approved