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!)
A012925 Expansion of e.g.f. sin(tan(x)+log(x+1)). 1
0, 2, -1, -4, 18, -118, 495, -3336, 16492, -124390, 697995, -5665356, 31847574, -230282830, 297803779, 15399702624, -527666397480, 11555528032498, -238917247672905, 4947107036570988, -102644658064599590 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
2*x -1/2!*x^2 -4/3!*x^3 +18/4!*x^4 -118/5!*x^5 ...
MAPLE
a:= n-> n! *coeff(series(sin(tan(x)+log(x+1)), x, n+1), x, n):
seq(a(n), n=0..30); # Alois P. Heinz, Jun 08 2012
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Sin[Tan[x]+Log[x+1]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, May 30 2015 *)
CROSSREFS
Sequence in context: A132945 A192494 A013156 * A012930 A013162 A010252
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
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 23 16:28 EDT 2024. Contains 371916 sequences. (Running on oeis4.)