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!)
A296730 Expansion of e.g.f. arctanh(x*cos(x)) (odd powers only). 4
1, -1, -31, -337, 24705, 2451679, -17936543, -42895630065, -5396647099903, 1239561882325439, 708575518706816481, 37448619025871342959, -113842057082636742446975, -52054011876398495316250977, 16226448322449614832534708065, 31975745831751940004484917311439 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (2*n+1)! * [x^(2*n+1)] arctanh(x*cos(x)).
EXAMPLE
arctanh(x*cos(x)) = x/1! - x^3/3! - 31*x^5/5! - 337*x^7/7! + 24705*x^9/9! + ...
MATHEMATICA
nmax = 16; Table[(CoefficientList[Series[ArcTanh[x Cos[x]], {x, 0, 2 nmax + 1}], x] Range[0, 2 nmax + 1]!)[[n]], {n, 2, 2 nmax, 2}]
PROG
(PARI) first(n) = x='x+O('x^(2*n)); vecextract(Vec(serlaplace(atanh(x*cos(x)))), (4^n - 1)/3) \\ Iain Fox, Dec 19 2017
CROSSREFS
Sequence in context: A142495 A100728 A332945 * A274180 A197644 A295211
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Dec 19 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 September 16 19:27 EDT 2024. Contains 375977 sequences. (Running on oeis4.)