login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A009323
Expansion of log(1+log(1+x)/cosh(x)).
0
0, 1, -2, 4, -17, 113, -829, 6921, -68018, 766909, -9668901, 134950693, -2070353196, 34628733267, -626969184451, 12218295424331, -255041910240464, 5677409949583369, -134260064803417113, 3361378755164561417
OFFSET
0,3
FORMULA
a(n) ~ (n-1)! * (-1)^(n+1) / (1-exp(-r))^n, where r = 1.2699247771697243287665144498039831430030774... is the root of the equation 1 + exp(-2 + 2*exp(-r)) - 2*exp(exp(-r)-1)*r = 0. - Vaclav Kotesovec, Jan 24 2015
MATHEMATICA
Log[ 1+Log[ 1+x ]/Cosh[ x ] ]
CoefficientList[Series[Log[1 + Log[1 + x]*Sech[x]], {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Jan 24 2015 *)
CROSSREFS
Sequence in context: A305786 A009319 A347724 * A307125 A247260 A048872
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 20 23:55 EDT 2024. Contains 376078 sequences. (Running on oeis4.)