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!)
A013234 Expansion of e.g.f. sin(log(x+1) - tan(x)). 0

%I #9 Aug 02 2018 02:36:07

%S 0,0,-1,0,-6,8,-105,448,-3780,29360,-231525,2498848,-20985426,

%T 271494104,-2503393893,35568205216,-346194368520,4969746747488,

%U -41862411119529,433992302190016,4063211694577570,-232678981367758168

%N Expansion of e.g.f. sin(log(x+1) - tan(x)).

%e -1/2!*x^2 - 6/4!*x^4 + 8/5!*x^5 - 105/6!*x^6 ...

%o (PARI) x = 'x + O('x^30); concat([0, 0], Vec(serlaplace(sin(log(x+1) - tan(x))))) \\ _Michel Marcus_, Aug 02 2018

%K sign

%O 0,5

%A Patrick Demichel (patrick.demichel(AT)hp.com)

%E a(0)=a(1)=0 inserted and title improved by _Sean A. Irvine_, Aug 01 2018

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 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)