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.

A133513 Period 6: repeat [0, 1, -3, 0, -1, 3].

Original entry on oeis.org

0, 1, -3, 0, -1, 3, 0, 1, -3, 0, -1, 3, 0, 1, -3, 0, -1, 3, 0, 1, -3, 0, -1, 3, 0, 1, -3, 0, -1, 3, 0, 1, -3, 0, -1, 3, 0, 1, -3, 0, -1, 3, 0, 1, -3, 0, -1, 3, 0, 1, -3, 0, -1, 3, 0, 1, -3, 0, -1, 3, 0, 1, -3, 0, -1, 3, 0, 1, -3, 0, -1, 3, 0, 1, -3, 0, -1, 3
Offset: 0

Views

Author

Paul Curtz, Nov 30 2007

Keywords

Programs

Formula

From Wesley Ivan Hurt, Jun 21 2016: (Start)
G.f.: x*(1-3*x)/(1+x^3).
a(n) + a(n-3) = 0 for n>2.
a(n) = 2 * sin(n*Pi/3) * (4*sin(2*n*Pi/3) - sqrt(3))/3. (End)