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.

A130815 Period 6: repeat [1, 5, 4, -1, -5, -4].

Original entry on oeis.org

1, 5, 4, -1, -5, -4, 1, 5, 4, -1, -5, -4, 1, 5, 4, -1, -5, -4, 1, 5, 4, -1, -5, -4, 1, 5, 4, -1, -5, -4, 1, 5, 4, -1, -5, -4, 1, 5, 4, -1, -5, -4, 1, 5, 4, -1, -5, -4, 1, 5, 4, -1, -5, -4, 1, 5, 4, -1, -5, -4, 1, 5, 4, -1, -5, -4, 1, 5, 4, -1, -5, -4
Offset: 0

Views

Author

Paul Curtz, Jul 16 2007

Keywords

Comments

Continued fraction expansion of (5+sqrt(11))/7 = 1.1880892557650... - R. J. Mathar, Mar 08 2012

Crossrefs

Cf. A010892.

Programs

Formula

Binomial transform of 1, 4, -5.
From R. J. Mathar, Oct 30 2008: (Start)
G.f.: (1+4x)/(1-x+x^2).
a(n) = A010892(n) + 4*A010892(n-1). (End)
From Wesley Ivan Hurt, Jun 17 2016: (Start)
a(n) = a(n-1) - a(n-2) for n>1.
a(n) = cos(n*Pi/3) + 3*sqrt(3)*sin(n*Pi/3). (End)

Extensions

Edited by N. J. A. Sloane, Sep 15 2007