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.

Showing 1-1 of 1 results.

A137282 Final digit of A136408(n).

Original entry on oeis.org

1, 2, 4, 7, 3, 7, 5, 7, 1, 7, 9, 7, 3, 7, 5, 7, 1, 7, 9, 7, 3, 7, 5, 7, 1, 7, 9, 7, 3, 7, 5, 7, 1, 7, 9, 7, 3, 7, 5, 7, 1, 7, 9, 7, 3, 7, 5, 7, 1, 7, 9, 7, 3, 7, 5, 7, 1, 7, 9, 7, 3, 7, 5, 7, 1, 7, 9, 7, 3, 7, 5, 7, 1, 7, 9, 7, 3, 7, 5, 7, 1, 7, 9, 7, 3, 7, 5, 7, 1, 7, 9
Offset: 0

Views

Author

Paul Curtz, Apr 05 2008

Keywords

Programs

  • Mathematica
    Mod[#,10]&/@LinearRecurrence[{3,-4,6,-4},{1,2,4,7},120] (* or *) PadRight[ {1,2,4},120,{1,7,9,7,3,7,5,7}] (* Harvey P. Dale, Aug 12 2016 *)

Formula

a(n) = a(n-8), n>=11.
-(7*x^3+3*x^4+7*x^5+5*x^6+7*x^7+5*x^9+5*x^10+1+2*x+4*x^2)/ ((x-1) *(1+x) *(x^2+1) *
(x^4+1)). - R. J. Mathar, Mar 11 2011
Showing 1-1 of 1 results.