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!)
A355292 a(n) = Sum_{k=1..n} |Stirling1(n,k)| * Catalan(k-1). 0
1, 2, 7, 34, 208, 1521, 12871, 123306, 1316316, 15471114, 198319614, 2751524557, 41058030388, 655427422651, 11142214939181, 200919300509214, 3829751956014084, 76928721540858772, 1624015067086462504, 35942784684670110710, 832134062464902004336 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Table[Sum[Abs[StirlingS1[n, k]] * CatalanNumber[k-1], {k, 1, n}], {n, 1, 20}] (* Vaclav Kotesovec, Jul 01 2022 *)
PROG
(PARI) a(n) = sum(k=1, n, abs(stirling(n, k, 1))*binomial(2*k-2, k-1)/k);
CROSSREFS
Sequence in context: A011800 A112916 A145845 * A002720 A234239 A249833
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 27 2022
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:39 EDT 2024. Contains 371989 sequences. (Running on oeis4.)