OFFSET
1,2
REFERENCES
A. Fletcher, J. C. P. Miller, L. Rosenhead and L. J. Comrie, An Index of Mathematical Tables. Vols. 1 and 2, 2nd ed., Blackwell, Oxford and Addison-Wesley, Reading, MA, 1962, Vol. 1, p. 75.
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
M. A. Stern, Zur Theorie der Eulerschen Zahlen, J. Reine Angew. Math., 79 (1875), 67-98.
MAPLE
F := 2/(exp(x)+exp(-x)): z := ((exp(x)-exp(-x))/(exp(x)+exp(-x)))^2: w := simplify(diff(z, x)): p := proc(n) if n mod 2 = 0 then simplify(subs(x=0, (-1)^(1+floor(n/2))*simplify(diff(diff(F, x$n)/F, x)/w))) else simplify(subs(x=0, (-1)^(1+floor(n/2))*simplify(diff(diff(F, x$n)/simplify(diff(F, x)), x)/w))) fi end: seq(p(n), n=1..28); # Emeric Deutsch, Mar 09 2004
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Emeric Deutsch, Mar 09 2004
STATUS
approved