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.

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

Original entry on oeis.org

2, 29, 1008, 84162, 11881408, 2566742098, 781250000128, 318651789038947, 167619551409708544, 110462353708225871026, 89116503268220597579776, 86380568889558343409300388, 99045780329059370000000008192
Offset: 1

Views

Author

Seiichi Manyama, Nov 22 2023

Keywords

Crossrefs

Programs

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

Formula

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