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!)
A013272 tan(log(x+1)-arcsinh(x))=-1/2!*x^2+3/3!*x^3-6/4!*x^4+15/5!*x^5... 0
0, 0, -1, 3, -6, 15, -150, 1575, -12600, 101115, -1096200, 14293125, -185862600, 2507429925, -38410772400, 647097325875, -11267340084000, 205801851630375, -4076456247864000, 86033963719328625 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) ~ n! * (1+r) * sqrt(1+r^2) * (sin(log((r+sqrt(r^2+1))/(1+r))))^2 / ((sqrt(1+r^2)-1-r) * r^(n+1)), where r = (exp(Pi/2) - exp(-Pi/4) * sqrt(2*exp(Pi/2) - 2) - 1) / (2 - exp(Pi/2)) = -0.90796357274051249412785068262... . - Vaclav Kotesovec, Feb 03 2015
MATHEMATICA
CoefficientList[Series[-Tan[ArcSinh[x] - Log[1 + x]], {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Feb 03 2015 *)
CROSSREFS
Sequence in context: A110809 A013275 A013271 * A013278 A009196 A329124
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Prepended missing a(0)=a(1)=0 from Vaclav Kotesovec, Feb 03 2015
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 15 13:23 EDT 2024. Contains 375938 sequences. (Running on oeis4.)