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.

A174462 a(n) = Sum_{d|n} binomial(n,d)^2.

Original entry on oeis.org

1, 5, 10, 53, 26, 662, 50, 5749, 7138, 65630, 122, 1151702, 170, 11787102, 9225260, 168963957, 290, 2709216086, 362, 34398664078, 13522807742, 497634360470, 530, 7871610432598, 2822797526, 108172480466302, 21966337136980
Offset: 1

Views

Author

Paul D. Hanna, Apr 04 2010

Keywords

Comments

Analog to the central binomial coefficients: A000984(n) = Sum_{k=0..n} C(n,k)^2.

Crossrefs

Programs

  • PARI
    {a(n)=sumdiv(n,d,binomial(n,d)^2)}

Formula

Logarithmic derivative of A174461.