The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A352278 a(0) = 1; a(n) = -3 * Sum_{k=1..n} binomial(2*n-1,2*k-1) * a(n-k). 1
1, -3, 24, -273, 3399, -31728, -280371, 26388177, -580539936, -17406321933, 1809690920979, -18045563411208, -6249108953966151, 333062472085204677, 27673022056089337224, -3800202930423874873353, -139584280492439116159521, 52779027474493111545620352, 279012844299708383976573189 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: exp( 3 * (1 - cosh(x)) ) (even powers only).
MATHEMATICA
a[0] = 1; a[n_] := a[n] = -3 Sum[Binomial[2 n - 1, 2 k - 1] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 18}]
nmax = 36; Take[CoefficientList[Series[Exp[3 (1 - Cosh[x])], {x, 0, nmax}], x] Range[0, nmax]!, {1, -1, 2}]
CROSSREFS
Sequence in context: A219536 A194957 A081133 * A218223 A276360 A354289
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Mar 10 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 June 4 15:36 EDT 2024. Contains 373099 sequences. (Running on oeis4.)