OFFSET
0,3
COMMENTS
The series whose terms are the quotients a(n)/A013709(n) is convergent to 1-3/Pi.(see formula).
Proof: Both the Wallis-Lambert-series-1=4/Pi-1 and the elliptic Euler-series=1-2/Pi are absolutely convergent series. Thus any linear combination of the terms of these series will be also absolutely convergent to the value of the linear combination of these series - in this case to 1-3/Pi. Q.E.D.
Apart from inclusion of a(0) the same as A145600. - R. J. Mathar, Feb 07 2016
LINKS
Ralf Steiner, Beispiele zur modifizierten Wallis-Lambert-Reihe (in German).
EXAMPLE
For n=3 the a(3)= 75.
MATHEMATICA
Table[CatalanNumber[n]^2 n, {n, 0, 20}]
PROG
(Magma) [Catalan(n)^2*n: n in [0..20]]; // Vincenzo Librandi, Jan 26 2016
(PARI) a(n) = n*(binomial(2*n, n)/(n+1))^2; \\ Altug Alkan, Jan 26 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Ralf Steiner, Jan 26 2016
EXTENSIONS
Corrected and extended by Vincenzo Librandi, Jan 26 2016
STATUS
approved