login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023425 Generalized Catalan Numbers. 0
1, 1, 1, 1, 1, 2, 5, 13, 34, 90, 241, 652, 1780, 4899, 13581, 37893, 106340, 299978, 850187, 2419788, 6913658, 19822439, 57015620, 164476023, 475752469, 1379553027, 4009532279 (list; graph; refs; listen; history; internal format)
OFFSET

0,6

MATHEMATICA

Clear[ a ]; a[ 0 ]=1; a[ n_Integer ] := a[ n ]=a[ n-1 ]+Sum[ a[ k ]*a[ n-k ], {k, 1, n-4} ];

CROSSREFS

Cf. A000108, A001006, A004148, A006318.

Sequence in context: A097417 A006801 A114173 * A090827 A109192 A192313

Adjacent sequences:  A023422 A023423 A023424 * A023426 A023427 A023428

KEYWORD

nonn,easy

AUTHOR

Olivier Gerard (olivier.gerard(AT)gmail.com)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 18:47 EST 2012. Contains 205663 sequences.