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!)
A024272 E.g.f. tan(x)*sinh(x)/2 (even powers only). 1
0, 1, 6, 71, 1596, 58141, 3109986, 229395011, 22312837176, 2767173538681, 426167405495166, 79796244279937151, 17851790220732115956, 4702787739658825158421, 1440911869083478804851546, 508062238427253843822090491, 204262590490127231070131373936, 92884219961086104169154295141361 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
With[{nn = 50}, Take[CoefficientList[Series[Tan[x]*Sinh[x]/2, {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* G. C. Greubel, Apr 12 2017 *)
PROG
(PARI) x='x+O('x^66); v=Vec(serlaplace(tan(x)*sinh(x)/2)); concat([0], vector(#v\2, n, v[2*n-1])) \\ Joerg Arndt, Apr 26 2013
CROSSREFS
Sequence in context: A187651 A357141 A005981 * A167813 A242232 A259139
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested 03/97.
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 18 11:29 EDT 2024. Contains 371779 sequences. (Running on oeis4.)