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.

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

This page as a plain text file.
%I A120792 #10 Sep 14 2024 06:47:10
%S A120792 1,11,67,1603,9625,4277,230969,11086369,199555357,2394661853,
%T A120792 14367975317,344831378215,2068988321293,24827859669791,49655719451017,
%U A120792 1588983021355339,9533898130096349,343220332661861099
%N A120792 Numerators of partial sums of Catalan numbers scaled by powers of -1/12.
%C A120792 Denominators are given under A120793.
%C A120792 From the expansion of sqrt(1+1/3) = 1+(1/6)*Sum_{k=0..oo} C(k)/(-12)^k one has, with the partial sums r(n) are defined below, r := lim_{n->oo} r(n) = 2*(2*sqrt(3)-3) = 0.9282032302....
%H A120792 W. Lang: <a href="/A120792/a120792.txt">Rationals r(n) and limit.</a>
%F A120792 a(n)=numerator(r(n)), with the rationals r(n):=Sum_{k=0..n} ((-1)^k)*C(k)/12^k with C(k):=A000108(k) (Catalan numbers). Rationals r(n) are taken in lowest terms.
%e A120792 Rationals r(n): [1, 11/12, 67/72, 1603/1728, 9625/10368, 4277/4608, 230969/248832, 11086369/11943936, 199555357/214990848,...].
%K A120792 nonn,easy,frac
%O A120792 0,2
%A A120792 _Wolfdieter Lang_, Jul 20 2006