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.

Showing 1-1 of 1 results.

A367507 a(n) = Sum_{d|n} (d+2)^n.

Original entry on oeis.org

3, 25, 152, 1633, 17050, 282594, 4785156, 101751713, 2359920499, 62200947098, 1792160571184, 56765070083650, 1946195069953698, 72080471103601322, 2862427829603252768, 121449533922042173249, 5480386857784931326102, 262149577935595805876315
Offset: 1

Views

Author

Seiichi Manyama, Nov 21 2023

Keywords

Crossrefs

Programs

  • PARI
    a(n) = sumdiv(n, d, (d+2)^n);

Formula

a(n) = Sum_{k=0..n} 2^(n-k) * binomial(n,k) * sigma_k(n).
Showing 1-1 of 1 results.