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.

A154529 A090040 mod 9.

Original entry on oeis.org

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

Views

Author

Paul Curtz, Jan 11 2009

Keywords

Comments

For n>2, equal to 2^(n-2) mod 9 [From Michael B. Porter, Feb 02 2010]
Apart from leading terms the same as A146501, A153130 and A029898. [From R. J. Mathar, Apr 13 2010]

Programs

  • Mathematica
    Join[{1},LinearRecurrence[{1,0,-1,1},{5,1,2,4},101]] (* Ray Chandler, Jul 15 2015 *)

Formula

a(n)=a(n-1)-a(n-3)+a(n-4), n>4. G.f.: (6*x^4+2*x^3+4*x+1-4*x^2)/((1-x)*(1+x)*(x^2-x+1)). [From R. J. Mathar, Feb 25 2009]

Extensions

Edited by N. J. A. Sloane, Jan 12 2009
Extended by Ray Chandler, Jul 15 2015