|
| |
|
|
A104018
|
|
E.g.f. (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;
text;
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)
|
|
|
LINKS
|
Table of n, a(n) for n=0..18.
|
|
|
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(C*x)-C*sinh(C*x)) = 1 + 2x + 6x^2/2! + 28x^3/3! + 180x^4/4! +... - Ralf Stephan, Mar 01 2005
G.f.: x/G(0) where G(k) = 1 - 2*x*(2*k+1) - 2*x^2*(k+1)*(k+1)/G(k+1); (continued fraction). - Sergei N. Gladkovskii, Jan 11 2013.
|
|
|
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
|
|
|
STATUS
|
approved
|
| |
|
|