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.

A140724 Period 10: 1, 5, 9, 7, 7, 9, 5, 1, 3, 3 repeated.

Original entry on oeis.org

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

Views

Author

Paul Curtz, Jul 12 2008

Keywords

Comments

The last digit of A108981(n).
Also the continued fraction of (290003+sqrt(240183699293))/652402.
Also the decimal expansion of 13073/81819.
The period contains each of the 5 odd digits twice.

Programs

Formula

a(n)+a(n+5) = 10 = A010692(n).
a(n) = a(n+10) .
a(10*k+9+i) = a(10*k+18-i) (palindromic).
a(n) = 2*a(n-1)-2*a(n-2)+2*a(n-3)-2*a(n-4)+a(n-5). G.f.: -(1+3*x+x^2-3*x^3+3*x^4)/ ((x-1) * (x^4-x^3+x^2-x+1)).

Extensions

Edited by R. J. Mathar, Sep 07 2009