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!)
A013029 E.g.f. (in x^2) is arctan(sinh(x)+sin(x)) 0
2, -16, 770, -92496, 20740610, -7474383376, 3950577954050, -2879011223666256, 2766724614020441090, -3389992164431254725136, 5158145935254382213801730, -9542165281823577542150984016 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MATHEMATICA
Partition[CoefficientList[Series[ArcTan[Sinh[x] + Sin[x]], {x, 0, 23}], x]*Range[0, 23]!, 2][[All, 2]]
PROG
(PARI) x='x+O('x^33) /* That many terms */
v=Vec(serlaplace(atan(sin(x)+sinh(x)))); /* every second term is zero */
vector(#v\2, n, v[2*n-1]) /* show terms */
/* Joerg Arndt, Mar 16 2011 */
CROSSREFS
Sequence in context: A005118 A108400 A186002 * A012915 A012920 A013088
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 March 29 06:34 EDT 2024. Contains 371265 sequences. (Running on oeis4.)