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.

A165579 Partial sums of A011628.

Original entry on oeis.org

0, 1, 2, 1, 2, 1, 0, 1, 2, 3, 2, 1, 0, 1, 2, 3, 4, 3, 4, 5, 4, 3, 2, 3, 2, 3, 4, 3, 4, 5, 6, 7, 8, 9, 8, 7, 8, 9, 10, 9, 8, 7, 6, 5, 4, 3, 4, 3, 2, 3, 4, 5, 6, 5, 4, 5, 6, 5, 6, 5, 6, 5, 6, 7, 8, 7, 8, 7, 6, 5, 4, 5, 6, 5, 6, 5, 6, 5, 4, 3, 2, 3, 2, 1, 0, 1, 0, -1, -2, -1, -2, -1, 0, -1, -2, -3, -4
Offset: 0

Views

Author

Antti Karttunen, Sep 22 2009

Keywords

Comments

Period 233.

Crossrefs

Programs

  • Mathematica
    Table[ JacobiSymbol[n, 233], {n, 0, 96}] // Accumulate (* Jean-François Alcover, Oct 08 2013 *)