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.

A138287 Palindromic period 10: repeat 0, 2, 8, 4, 6, 6, 4, 8, 2, 0.

Original entry on oeis.org

0, 2, 8, 4, 6, 6, 4, 8, 2, 0, 0, 2, 8, 4, 6, 6, 4, 8, 2, 0, 0, 2, 8, 4, 6, 6, 4, 8, 2, 0, 0, 2, 8, 4, 6, 6, 4, 8, 2, 0, 0, 2, 8, 4, 6, 6, 4, 8, 2, 0, 0, 2, 8, 4, 6, 6, 4, 8, 2, 0, 0, 2, 8, 4, 6, 6, 4, 8, 2, 0, 0, 2, 8, 4, 6, 6, 4, 8, 2, 0, 0, 2, 8, 4, 6, 6, 4, 8, 2, 0, 0, 2, 8, 4, 6, 6, 4, 8, 2, 0, 0, 2, 8, 4, 6
Offset: 0

Views

Author

Paul Curtz, May 06 2008

Keywords

Crossrefs

Cf. A117616.

Programs

Formula

From Chai Wah Wu, Jun 04 2016: (Start)
a(n) = a(n-1) - a(n-2) + a(n-3) - a(n-4) + a(n-5) - a(n-6) + a(n-7) - a(n-8) + a(n-9) for n > 8.
G.f.: 2*x*(1 + 3*x - x^2 + 4*x^3 - x^4 + 3*x^5 + x^6)/((1 - x)*(1 - x + x^2 - x^3 + x^4)*(1 + x + x^ 2 + x^3 + x^4)). (End)