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!)
A346748 E.g.f.: exp( (x * exp(-x) + sinh(x)) / 2 ). 2
1, 1, 0, 0, 4, -1, -9, 103, -132, -535, 7731, -25117, -18072, 1078215, -6917039, 16312667, 186611792, -2454241183, 14370311311, 1436259867, -934228834216, 10658996229479, -54990712418263, -185381404760729, 7270919988375200, -80130195880201583, 391992372213719679 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Exponential transform of A001057.
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} binomial(n-1,k-1) * A001057(k) * a(n-k).
MATHEMATICA
nmax = 26; CoefficientList[Series[Exp[(x Exp[-x] + Sinh[x])/2], {x, 0, nmax}], x] Range[0, nmax]!
a[0] = 1; a[n_] := a[n] = Sum[(-1)^(k + 1) Binomial[n - 1, k - 1] Floor[(k + 1)/2] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 26}]
CROSSREFS
Sequence in context: A348180 A176080 A328302 * A348184 A065045 A185088
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Aug 01 2021
EXTENSIONS
Typo in a(26) corrected by Georg Fischer, Nov 30 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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)