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.

A153110 Period 6: repeat [1, 5, 7, 2, 4, 8].

Original entry on oeis.org

1, 5, 7, 2, 4, 8, 1, 5, 7, 2, 4, 8, 1, 5, 7, 2, 4, 8, 1, 5, 7, 2, 4, 8, 1, 5, 7, 2, 4, 8, 1, 5, 7, 2, 4, 8, 1, 5, 7, 2, 4, 8, 1, 5, 7, 2, 4, 8, 1, 5, 7, 2, 4, 8, 1, 5, 7, 2, 4, 8, 1, 5, 7, 2, 4, 8, 1, 5, 7, 2, 4, 8, 1, 5, 7, 2, 4, 8, 1, 5, 7, 2, 4, 8, 1, 5, 7, 2, 4, 8
Offset: 0

Views

Author

Paul Curtz, Dec 18 2008

Keywords

Comments

Also A141425^5 mod 9. See A020806.

Crossrefs

Programs

Formula

From R. J. Mathar, Mar 08 2011: (Start)
a(n) = - a(n-1) + a(n-3) + a(n-4) for n>3.
G.f.: (2*x+1)^3 / ( (1-x)*(1+x)*(1+x+x^2) ). (End)
a(n) = (9-cos(n*Pi)-4*sqrt(3)*cos((1-4*n)*Pi/6))/2. - Wesley Ivan Hurt, Jun 17 2016