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.

A120782 Numerators of partial sums of Catalan numbers scaled by powers of 1/12.

This page as a plain text file.
%I A120782 #19 Jun 13 2022 07:48:41
%S A120782 1,13,79,1901,11413,45659,273965,13150463,236709049,2840511019,
%T A120782 17043070313,409033716905,2454202353433,29450428426921,58900856965277,
%U A120782 1884827423966069,11308964545760729,407122723668993709
%N A120782 Numerators of partial sums of Catalan numbers scaled by powers of 1/12.
%C A120782 Denominators are given under A120783.
%C A120782 From the expansion of sqrt(6)/3 = sqrt(1-1/3) = 1-(1/6)*Sum_{k=0..infinity} C(k)/12^k one has r:=limit(r(n),n to infinity)= 2*(3 - sqrt(6)) = 1.101020514..., with the partial sums r(n) defined below.
%H A120782 Wolfdieter Lang, <a href="/A120782/a120782.txt">Rationals r(n) and limit</a>
%F A120782 a(n) = numerator(r(n)), with the rationals r(n) = Sum_{k=0..n} C(k)/12^k with C(k) = A000108(k) (Catalan numbers). Rationals r(n) are taken in lowest terms.
%e A120782 Rationals r(n): [1, 13/12, 79/72, 1901/1728, 11413/10368, 45659/41472, 273965/248832, 13150463/11943936,...].
%o A120782 (PARI) C(n) = binomial(2*n, n)/(n+1); \\ A000108
%o A120782 a(n) = numerator(sum(k=0, n, C(k)/12^k)); \\ _Michel Marcus_, Mar 02 2016
%Y A120782 Cf. A000108, A120783.
%K A120782 nonn,frac,easy
%O A120782 0,2
%A A120782 _Wolfdieter Lang_, Jul 20 2006