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.

A133186 Period 4: repeat [1, 2, 1, -4].

Original entry on oeis.org

1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4
Offset: 0

Views

Author

Paul Curtz, Oct 07 2007

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1+x)+3x/(1+x^2). a(n) = (-1)^n+3*A056594(n-1). [R. J. Mathar, Oct 30 2008]
From Wesley Ivan Hurt, Jul 09 2016: (Start)
a(n) + a(n-1) + a(n-2) + a(n-3) = 0 for n>2, a(n) = a(n-4) for n>3.
a(n) = cos(n*Pi) + 3*sin(n*Pi/2). (End)