OFFSET
1,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..200
Petros Hadjicostas, Proof of the claim A334907(n)/n! = a(n+1)/A060818(n), 2020.
FORMULA
Numerators of binomial(2*n-3/2, -1/2).
Because A334907(n)/n! = a(n+1)/A060818(n) for n >= 0, the o.g.f. of a(n+1)/A060818(n), for n >= 0, is (sqrt(1 + sqrt(8*s)) - sqrt(1 - sqrt(8*s)))/sqrt(8*s * (1 - 8*s)), which is the e.g.f. of A334907 (see the link above for a proof). - Petros Hadjicostas, May 16 2020
MAPLE
seq(numer(binomial(2*n-3/2, -1/2)), n=1..20);
MATHEMATICA
Numerator[Binomial[2Range[20]-3/2, -(1/2)]] (* Harvey P. Dale, Feb 27 2012 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Aug 07 2001
EXTENSIONS
More terms from Vladeta Jovovic, Aug 07 2001
STATUS
approved