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!)
A351941 a(0) = 1; a(n) = -Sum_{k=0..floor((n-1)/2)} binomial(n-1,2*k) * a(k) * a(n-2*k-1). 0
1, -1, 1, 0, -3, 8, -3, -57, 225, -96, -2991, 13873, -255, -313506, 1495089, 1473024, -54621231, 243365688, 705129201, -14109279483, 53228648865, 349791931434, -5000315242479, 13572033641204, 204954070915977, -2294997521498172, 2691551249257017 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
E.g.f.: exp( -Sum_{n>=0} a(n) * x^(2*n+1) / (2*n+1)! ).
MATHEMATICA
a[0] = 1; a[n_] := a[n] = -Sum[Binomial[n - 1, 2 k] a[k] a[n - 2 k - 1], {k, 0, Floor[(n - 1)/2]}]; Table[a[n], {n, 0, 26}]
CROSSREFS
Sequence in context: A280979 A281045 A002017 * A278292 A281520 A281634
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Feb 26 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 19 02:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)