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.

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

Original entry on oeis.org

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

Views

Author

Paul Curtz, Jan 04 2009

Keywords

Comments

Shares digits with other 6-periodic sequences, see the list in A153130.
Also the decimal expansion of the constant 13942/111111. [R. J. Mathar, Jan 23 2009]

Crossrefs

Programs

Formula

a(n) - A141425(n) = A131533(n+2).
a(6n+0) + a(6n+5) = a(6n+1) + a(6n+4) = a(6n+2) + a(6n+3) = 9.
G.f.: (1+2*x+5*x^2+4*x^3+7*x^4+8*x^5)/((1-x)*(1+x)*(1+x+x^2)*(x^2-x+1)). [R. J. Mathar, Jan 23 2009]
From Wesley Ivan Hurt, Jun 17 2016: (Start)
a(n) = (27-cos(n*Pi)-8*sqrt(3)*cos((1-4*n)*Pi/6)-16*sin((1+2*n)*Pi/6))/6.
a(n) = a(n-6) for n>5. (End)

Extensions

Edited by R. J. Mathar, Jan 23 2009