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.

A070349 a(n) = 2^n mod 43.

Original entry on oeis.org

1, 2, 4, 8, 16, 32, 21, 42, 41, 39, 35, 27, 11, 22, 1, 2, 4, 8, 16, 32, 21, 42, 41, 39, 35, 27, 11, 22, 1, 2, 4, 8, 16, 32, 21, 42, 41, 39, 35, 27, 11, 22, 1, 2, 4, 8, 16, 32, 21, 42, 41, 39, 35, 27, 11, 22, 1, 2, 4, 8, 16, 32, 21, 42, 41, 39, 35, 27, 11, 22, 1, 2, 4, 8, 16, 32, 21
Offset: 0

Views

Author

N. J. A. Sloane, May 12 2002

Keywords

Programs

Formula

From R. J. Mathar, Feb 06 2011: (Start)
a(n) = a(n-1) - a(n-7) + a(n-8).
G.f.: ( -1-x-2*x^2-4*x^3-8*x^4-16*x^5+11*x^6-22*x^7 ) / ( (x-1)*(1+x)*(x^6-x^5+x^4-x^3+x^2-x+1) ). (End)
a(n) = a(n-14). - G. C. Greubel, Mar 11 2016