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.

A153788 Number of proper divisors of the Catalan number A000108(n).

Original entry on oeis.org

0, 0, 1, 1, 3, 7, 11, 7, 15, 15, 23, 31, 47, 71, 191, 95, 191, 255, 575, 511, 767, 767, 1023, 1151, 1151, 1727, 1535, 1535, 4095, 4095, 5119, 2047, 6143, 12287, 12287, 8191, 12287, 12287, 24575, 24575, 36863, 98303, 131071, 147455
Offset: 0

Views

Author

Omar E. Pol, Jan 18 2009

Keywords

Crossrefs

Programs

  • Mathematica
    DivisorSigma[0, CatalanNumber@Range[0, 1000]] - 1 (* G. C. Greubel, Aug 28 2016 *)
  • PARI
    a(n)=numdiv(binomial(2*n,n)/(n+1)) - 1 \\ Charles R Greathouse IV, Aug 29 2016

Formula

a(n) = A032741(A000108(n)) = A152763(n) - 1.