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!)
A346749 E.g.f.: exp( (x * (1 + x) * exp(x) - sinh(x)) / 4 ). 0
1, 0, 1, 2, 7, 26, 124, 628, 3565, 22096, 149176, 1080868, 8372543, 68957268, 601351748, 5528967282, 53416626441, 540682811424, 5718911631856, 63060992662328, 723382253378395, 8616075340134868, 106374847828850676, 1359171823319541070, 17946987240664242493 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Exponential transform of A002620.
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} binomial(n-1,k-1) * A002620(k) * a(n-k).
MATHEMATICA
nmax = 24; CoefficientList[Series[Exp[(x (1 + x) Exp[x] - Sinh[x])/4], {x, 0, nmax}], x] Range[0, nmax]!
a[0] = 1; a[n_] := a[n] = Sum[Binomial[n - 1, k - 1] Floor[k^2/4] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 24}]
CROSSREFS
Sequence in context: A081566 A213094 A141203 * A096803 A036757 A358493
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Aug 01 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.)