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!)
A296836 Expansion of e.g.f. exp(x*tanh(x/2)) (even powers only). 2
1, 1, 2, 3, -3, 20, 105, -5271, 133826, -2714517, 25525845, 2131781300, -235250824479, 17527695547713, -1124258412169438, 58383380825728035, -975024061456732035, -398903577787777972396, 97649546210035758250281, -17069419358223320552890167 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (2*n)! * [x^(2*n)] exp(x*tanh(x/2)).
EXAMPLE
exp(x*tanh(x/2)) = 1 + x^2/2! + 2*x^4/4! + 3*x^6/6! - 3*x^8/8! + ...
MATHEMATICA
nmax = 19; Table[(CoefficientList[Series[Exp[x Tanh[x/2]], {x, 0, 2 nmax}], x] Range[0, 2 nmax]!)[[n]], {n, 1, 2 nmax + 1, 2}]
CROSSREFS
Sequence in context: A114728 A057676 A062168 * A019229 A135353 A217705
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Dec 21 2017
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 25 14:05 EDT 2024. Contains 372788 sequences. (Running on oeis4.)