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.

A269222 Period 4: repeat [1,9,8,9].

Original entry on oeis.org

1, 9, 8, 9, 1, 9, 8, 9, 1, 9, 8, 9, 1, 9, 8, 9, 1, 9, 8, 9, 1, 9, 8, 9, 1, 9, 8, 9, 1, 9, 8, 9, 1, 9, 8, 9, 1, 9, 8, 9, 1, 9, 8, 9, 1, 9, 8, 9, 1, 9, 8, 9, 1, 9, 8, 9, 1, 9, 8, 9, 1, 9, 8, 9, 1, 9, 8, 9, 1, 9, 8, 9, 1, 9, 8, 9, 1, 9, 8, 9, 1, 9, 8, 9, 1, 9, 8, 9
Offset: 1

Views

Author

Peter M. Chema, Jul 11 2016

Keywords

Comments

Digital root of Fib(18*n).
Decimal expansion of 221/1111.

Examples

			For n=2, a(2) = digital root of Fibonacci(18*2) or 14930352; therefore, a(2) = 9, since the digital root of 14930352 = 9.
		

Crossrefs

Programs

Formula

a(n) = A010888(Fibonacci(18*n)).
From Wesley Ivan Hurt, Sep 03 2022: (Start)
a(n) = a(n-4) for n >= 5.
a(n) = (9/4)*(3+(-1)^n)-7*sin(n*Pi/2)/2. (End)