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!)
A013236 Expansion of e.g.f. tan(log(x+1) - tan(x)). 2
0, 0, -1, 0, -6, 8, -150, 448, -7560, 38432, -642600, 4827328, -83392848, 846371264, -15413462064, 198308799232, -3850826179200, 59939510237696, -1248952432920192, 22723443584373760, -509532711855338240, 10564033699974222848, -255033199091475264768 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
EXAMPLE
-1/2!*x^2 - 6/4!*x^4 + 8/5!*x^5 - 150/6!*x^6 ...
MATHEMATICA
Range[0, 25]! CoefficientList[Series[Tan[Log[x + 1] - Tan[x]], {x, 0, 25}], x] (* Vincenzo Librandi, Aug 02 2018 *)
PROG
(PARI) x = 'x + O('x^30); concat([0, 0], Vec(serlaplace(tan(log(x+1) - tan(x))))) \\ Michel Marcus, Aug 02 2018
CROSSREFS
Sequence in context: A013235 A257869 A201387 * A013242 A169971 A295429
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 01 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 April 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)