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!)
A013525 E.g.f.: x + (gdinv x - sinh x)/2, where gdinv = inverse-Gudermannian. Sequence has odd-indexed coefficients; others are zero. 4
1, 0, 2, 30, 692, 25260, 1351382, 99680490, 9695756072, 1202439837720, 185185594118762, 34674437196568950, 7757267081778543452, 2043536254646561946180, 626129820701814932734142, 220771946624511552276841410 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Also gdinv(x) = log(tan(x) + sec(x)).
LINKS
FORMULA
For n>0, a(n) = (1/2) * (A000364(n) - 1).
EXAMPLE
x + (gdinv x - sinh x)/2 = x + 2/5!*x^5 + 30/7!*x^7 + 692/9!*x^9 + ...
MATHEMATICA
With[{nn=40}, Take[CoefficientList[Series[x+(InverseGudermannian[x]-Sinh[ x])/2, {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Oct 16 2014 *)
CROSSREFS
Sequence in context: A363113 A160694 A278884 * A270531 A229781 A114938
KEYWORD
nonn,easy
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition corrected by Ralf Stephan and Don Reble, Dec 16 2004
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 19 06:16 EDT 2024. Contains 371782 sequences. (Running on oeis4.)