OFFSET
0,2
COMMENTS
This is the third member (p=2) of the second p-family of partial sums of normalized scaled Catalan series CsnII(p):=Sum_{k>=0} C(k)/((5^k)*F(2*p+1)^(2*k)) with limit F(2*p+1)*(L(2*p+2) - L(2*p+1)*phi) = F(2*p+1)*sqrt(5)/phi^(2*p+1), with C(n)=A000108(n) (Catalan), F(n)= A000045(n) (Fibonacci), L(n) = A000032(n) (Lucas) and phi:=(1+sqrt(5))/2 (golden section).
The partial sums of the above mentioned second p-family are rII(p;n):=Sum_{k=0..n} C(k)/((5^k)*F(2*p+1)^(2*k)), n>=0, for p=0,1,...
For more details on this p-family and the other three ones see the W. Lang link under A120996.
The value of the series is lim_{n->oo} (r(n) := rII(2;n)) = 5*(18 - 11*phi) = 5*sqrt(5)/phi^5 = 1.0081306187557...
LINKS
Wolfdieter Lang, Rationals r(n), limit.
FORMULA
a(n) = numerator(r(n)) with r(n) = rII(p=2,n) = Sum_{k=0..n} C(k)/5^(3*k) and C(k):=A000108(k) (Catalan). The rationals r(n) are given in lowest terms.
EXAMPLE
Rationals r(n): [1, 126/125, 15752/15625, 393801/390625, 246125639/244140625, 30765704917/30517578125, ...].
PROG
(PARI) a(n) = numerator(sum(k=0, n, binomial(2*k, k)/(k+1) / 5^(3*k))); \\ Michel Marcus, Feb 28 2026
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
Wolfdieter Lang, Aug 16 2006
EXTENSIONS
More terms from Michel Marcus, Feb 28 2026
STATUS
approved
