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!)
A337187 a(n) = 1 + Sum_{k=0..n-2} binomial(n-2,k) * a(k) * a(n-k-2). 0
1, 1, 2, 3, 7, 19, 63, 229, 955, 4407, 22445, 124249, 746003, 4821287, 33394193, 246652725, 1935828995, 16086138151, 141100295557, 1302780182449, 12630092274099, 128275445380247, 1362029496267529, 15090795795916493, 174167341456580947, 2090520625244752407 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f. A(x) satisfies: A''(x) = exp(x) + A(x)^2.
MATHEMATICA
a[n_] := a[n] = 1 + Sum[Binomial[n - 2, k] a[k] a[n - k - 2], {k, 0, n - 2}]; Table[a[n], {n, 0, 25}]
CROSSREFS
Sequence in context: A005807 A167422 A060276 * A358049 A025563 A336296
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 29 2021
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)