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.

A076723 Sum_{d divides n} (-d)^d.

Original entry on oeis.org

-1, 3, -28, 259, -3126, 46632, -823544, 16777475, -387420517, 9999996878, -285311670612, 8916100495144, -302875106592254, 11112006824734476, -437893890380862528, 18446744073726329091, -827240261886336764178, 39346408075296150201567
Offset: 1

Views

Author

Vladeta Jovovic, Oct 27 2002

Keywords

Crossrefs

Programs

  • PARI
    a(n) = sumdiv(n, d, (-d)^d); \\ Michel Marcus, Dec 22 2018

Formula

G.f.: Sum_{n>0} (-n*x)^n/(1-x^n).