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.

A308814 a(n) = Sum_{d|n} n^(d-1).

Original entry on oeis.org

1, 3, 10, 69, 626, 7819, 117650, 2097673, 43046803, 1000010011, 25937424602, 743008621405, 23298085122482, 793714780783695, 29192926025441476, 1152921504875286545, 48661191875666868482, 2185911559749718382455, 104127350297911241532842, 5242880000000512000168021
Offset: 1

Views

Author

Seiichi Manyama, Jun 26 2019

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Total[n^(Divisors[n]-1)],{n,20}] (* Harvey P. Dale, Aug 08 2019 *)
  • PARI
    {a(n) = sumdiv(n, d, n^(d-1))}

Formula

a(n) = A308813(n,n).
a(n) = A066108(n)/n.
a(n) ~ n^(n-1). - Vaclav Kotesovec, Jun 05 2021