OFFSET
0,2
COMMENTS
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..200
FORMULA
O.g.f.: A(x) = G(arcsinh(2x)) where G(x) = e.g.f. of A177385.
a(n) ~ c * d^n * n!, where d = 2*A249748 = 2.0937983852519084822268503..., c = 0.880333778211172907563073... (constant c is same as for A177385). - Vaclav Kotesovec, Nov 06 2014
EXAMPLE
O.g.f.: A(x) = 1 + 2*x + 8*x^2 + 48*x^3 + 400*x^4 + 4192*x^5 + ...
Let G(x) be the e.g.f. of A177385:
G(x) = 1 + x + 4*x^2/2! + 37*x^3/3! + 616*x^4/4! + 16081*x^5/5! + ...
then A(x) = G(arcsinh(2x)).
PROG
(PARI) {a(n)=local(X=x+x*O(x^n), Egf); Egf=sum(m=0, n, prod(k=1, m, sinh(k*asinh(2*X)))); polcoeff(Egf, n)}
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, May 15 2010
STATUS
approved