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.

A130806 Period 6: 1,4,3,-1,-4,-3.

Original entry on oeis.org

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

Views

Author

Paul Curtz, Jul 16 2007

Keywords

Comments

Nonsimple continued fractions of (10+sqrt 35)/13 = 1.2243138294... - R. J. Mathar, Mar 08 2012

Programs

Formula

From R. J. Mathar, Oct 15 2009: (Start)
a(n) = a(n-1) - a(n-2).
a(n) = A010892(n) + 3*A010892(n-1).
G.f.: (1+3*x)/(1-x+x^2). (End)

Extensions

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