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!)
A013260 Expansion of e.g.f. tan(log(x+1) - sinh(x)). 0
0, 0, -1, 1, -6, 23, -150, 929, -8120, 73387, -783720, 8979419, -114601608, 1572411917, -23422214816, 373361085733, -6370742969760, 115548671959175, -2223018007825536, 45175620448879391 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
EXAMPLE
-(1/2!)*x^2 + (1/3!)*x^3 - (6/4!)*x^4 + (23/5!)*x^5 - ...
PROG
(PARI) x = 'x + O('x^30); concat([0, 0], Vec(serlaplace(tan(log(x+1) - sinh(x))))) \\ Michel Marcus, Aug 03 2018
CROSSREFS
Sequence in context: A013259 A012468 A219168 * A013266 A154420 A255305
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0)=a(1)=0 inserted and title improved by Sean A. Irvine, Aug 02 2018
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 3 02:34 EDT 2024. Contains 372203 sequences. (Running on oeis4.)