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.

A130794 Periodic sequence with period 1,5,3.

Original entry on oeis.org

1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1, 5, 3, 1
Offset: 0

Views

Author

Paul Curtz, Jul 15 2007

Keywords

Comments

Continued fraction expansion of (7+sqrt(145))/16. - Klaus Brockhaus, Apr 28 2010
Decimal expansion of 17/111. - R. J. Mathar, Aug 05 2013
This is also the periodic unsigned Schick sequence for 7. See the Schick reference, p. 158 for p = 7 (the row labels should there be q_j, j >= 0). - Wolfdieter Lang, Apr 03 2020

References

  • Carl Schick, Trigonometrie und unterhaltsame Zahlentheorie, Bokos Druck, Zürich, 2003 (ISBN 3-9522917-0-6). Tables 3.1 to 3.10, for odd p = 3..113 (with gaps), pp. 158-166. Here p = 7.

Crossrefs

Cf. A176908 (decimal expansion of (7+sqrt(145))/16). - Klaus Brockhaus, Apr 28 2010

Programs

Formula

G.f.: ( -1-5*x-3*x^2 ) / ( (x-1)*(1+x+x^2) ). - R. J. Mathar, Aug 05 2013
a(n) = 5 - 2 * mod(n+2,3). - Wesley Ivan Hurt, Mar 15 2014