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!)
A296743 Expansion of e.g.f. arctanh(x*sec(x)) (odd powers only). 3
1, 5, 109, 5977, 612729, 100954061, 24395453861, 8128143367905, 3571195811862385, 2000535014776893973, 1391684597704875555165, 1177047158822263838854889, 1189444022487013498606939625, 1415364934488337503351305867997, 1958850511524588636608881908473749 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (2*n+1)! * [x^(2*n+1)] arctanh(x*sec(x)).
EXAMPLE
arctanh(x*sec(x)) = x/1! + 5*x^3/3! + 109*x^5/5! + 5977*x^7/7! + 612729*x^9/9! + ...
MATHEMATICA
nmax = 15; Table[(CoefficientList[Series[ArcTanh[x Sec[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: A012122 A012091 A322896 * A358781 A188457 A245106
KEYWORD
nonn
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 March 29 05:16 EDT 2024. Contains 371264 sequences. (Running on oeis4.)