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!)
A352277 a(0) = 1; a(n) = -2 * Sum_{k=1..n} binomial(2*n-1,2*k-1) * a(n-k). 1
1, -2, 10, -62, 250, 3538, -109430, 376738, 64406170, -1496149262, -66387156950, 4120939699138, 114360544465210, -16447057086702062, -315993884108535350, 99921676927889325538, 1478937314465295441370, -907773678752741550637262, -14225447208333541085396630 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: exp( 2 * (1 - cosh(x)) ) (even powers only).
MATHEMATICA
a[0] = 1; a[n_] := a[n] = -2 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[2 (1 - Cosh[x])], {x, 0, nmax}], x] Range[0, nmax]!, {1, -1, 2}]
CROSSREFS
Sequence in context: A052600 A183958 A356343 * A155626 A092165 A370249
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 May 19 21:06 EDT 2024. Contains 372703 sequences. (Running on oeis4.)