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.

Previous Showing 11-11 of 11 results.

A064139 Sum of divisors of central binomial coefficient binomial(n, floor(n/2)).

Original entry on oeis.org

1, 3, 4, 12, 18, 42, 48, 144, 312, 728, 1152, 2688, 4704, 10080, 13104, 39312, 54432, 127008, 181440, 423360, 1128960, 2419200, 2903040, 6773760, 14999040, 32140800, 74995200, 160704000, 303264000, 626745600, 646963200, 1940889600
Offset: 1

Views

Author

Labos Elemer, Sep 11 2001

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_] := DivisorSigma[1, Binomial[n, Floor[n/2]]]; Array[a, 32] (* Amiram Eldar, Apr 01 2024 *)
  • PARI
    a(n) = sigma(binomial(n, n\2)); \\ Harry J. Smith, Sep 08 2009

Formula

a(n) = A000203(A001405(n)).

Extensions

Offset changed from 0 to 1 by Harry J. Smith, Sep 08 2009
Previous Showing 11-11 of 11 results.