cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A120998 Numerators of partial sums of Catalan numbers scaled by powers of 1/7^2 = 1/49.

This page as a plain text file.
%I A120998 #8 Aug 29 2019 17:37:14
%S A120998 1,50,2452,120153,841073,41212583,14135916101,692659889378,
%T A120998 33940334580952,1663076394471510,81490743329120786,570435203303853900,
%U A120998 27951324961888870816,9587304461927883432788,469777918634466290881052
%N A120998 Numerators of partial sums of Catalan numbers scaled by powers of 1/7^2 = 1/49.
%C A120998 Denominators are given under A120999.
%C A120998 This is the third member (p=2) of the first p-family of partial sums of normalized scaled Catalan series CsnI(p):=sum(C(k)/L(2*p)^(2*k),k=0..infinity) with limit L(2*p)*(F(2*p+1) - F(2*p)*phi) = L(2*p)/phi^(2*p), with C(n)=A000108(n) (Catalan), F(n)= A000045(n) (Fibonacci), L(n) = A000032(n) (Lucas) and phi:=(1+sqrt(5))/2 (golden section).
%C A120998 The partial sums of the above mentioned first p-family are rI(p;n):=sum(C(k)/L(2*p)^(2*k),k=0..n), n>=0, for p=0,1,...
%C A120998 For more details on this p-family and the other three ones see the W. Lang link under A120996.
%C A120998 The limit lim_{n->infinity} r(n) = 7*(5 - 3* phi) = 7/phi^4 = 1.0212862362522 (maple10, 15 digits).
%H A120998 W. Lang: <a href="/A120998/a120998.txt">Rationals r(n), limit.</a>
%F A120998 a(n)=numerator(r(n)) with r(n) := rI(p=2,n) = sum(C(k)/L(4)^(2*k),k=0..n), with Lucas L(4)=7 and C(k):=A000108(k) (Catalan). The rationals r(n) are given in lowest terms.
%e A120998 Rationals r(n): [1, 50/49, 2452/2401, 120153/117649, 841073/823543,
%e A120998 41212583/40353607, 14135916101/13841287201,...].
%K A120998 nonn,frac,easy
%O A120998 0,2
%A A120998 _Wolfdieter Lang_, Aug 16 2006