OFFSET
0,2
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..260
FORMULA
O.g.f.: A(x) = G(arcsin(2x)) where G(x) = e.g.f. of A177387.
a(n) ~ c * (4/(Pi*log(2)))^n * n! * n^(1/6), where c = 1.01529686... . - Vaclav Kotesovec, Nov 04 2014
EXAMPLE
O.g.f.: A(x) = 1 + 2*x + 8*x^2 + 48*x^3 + 368*x^4 + 3488*x^5 + ...
Let G(x) be the e.g.f. of A177387:
G(x) = 1 + x + 4*x^2/2! + 35*x^3/3! + 536*x^4/4! + ...
then A(x) = G(arcsin(2*x)).
PROG
(PARI) {a(n)=local(X=x+x*O(x^n), Ogf); Ogf=sum(m=0, n, prod(k=1, m, sin(k*asin(2*X)))); polcoeff(Ogf, n)}
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, May 15 2010
STATUS
approved