|
| |
|
|
A104018
|
|
Expansion of (asinh(1/sinh(asinh(1)-sqrt(2)x))-asinh(1))/sqrt(2).
|
|
0
| |
|
|
0, 1, 2, 6, 28, 180, 1448, 13944, 156592, 2010000, 29026592, 465749856, 8220541888, 158283827520, 3301678947968, 74168218575744, 1785106271372032, 45828856887701760, 1250094695454351872
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
REFERENCES
| D. M. Y. Sommerville, The Elements of Non-Euclidean Geometry, Dover Publications, 1958, pp. 235,243. MR0100246 (20 #6679)
|
|
|
FORMULA
| Series reversion of e.g.f. A(x) is -A(-x).
E.g.f. A(x)=y satisfies y' = sinh(asinh(1)+sqrt(2)*y).
E.g.f.: (asinh(1/sinh(asinh(1)-sqrt(2)x))-asinh(1))/sqrt(2).
With C=sqrt(2): 1/[cosh(Cx)-C*sinh(Cx)] = 1 + 2x + 6x^2/2! + 28x^3/3! + 180x^4/4! +... - Ralf Stephan, Mar 01 2005
|
|
|
EXAMPLE
| E.g.f. = x + x^2 + x^3 + 7/6*x^4 + 3/2*x^5 + 181/90*x^6 + 83/30*x^7 + ...
|
|
|
PROG
| (PARI) {a(n)=if(n<2, n>0, n--; n!*polcoeff( 1/sum(k=0, n, (-x)^k/k!*2^((k+1)\2), x*O(x^n)), n))}
|
|
|
CROSSREFS
| Sequence in context: A052809 A136631 A002435 * A100526 A200560 A196555
Adjacent sequences: A104015 A104016 A104017 * A104019 A104020 A104021
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Michael Somos, Feb 28 2005
|
| |
|
|