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.

A120781 Denominators of partial sums of Catalan numbers scaled by powers of 1/8.

Original entry on oeis.org

1, 8, 32, 512, 2048, 16384, 65536, 2097152, 8388608, 67108864, 268435456, 4294967296, 17179869184, 137438953472, 549755813888, 35184372088832, 140737488355328, 1125899906842624, 4503599627370496, 72057594037927936
Offset: 0

Views

Author

Wolfdieter Lang, Jul 20 2006

Keywords

Comments

Numerators are given under A120780.
The listed numbers coincide with denominators of sum(C(k)/(-8)^k,k=0..n). For the numerators see A120789. In general these denominators may be different. See e.g. A120783 versus A120793 and A120787 versus A120796.

Formula

a(n)=denominator(r(n)), with the rationals r(n):=sum(C(k)/8^k,k=0..n) with C(k):=A000108(k) (Catalan numbers).