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.

A209283 a(n) is difference of indices of terms >= 6 in A187824.

Original entry on oeis.org

6, 8, 5, 1, 4, 2, 4, 1, 5, 8, 6, 4, 1, 1, 4, 6, 8, 5, 1, 4, 2, 4, 1, 5, 8, 6, 4, 1, 1, 4, 6, 8, 5, 1, 4, 2, 4, 1, 5, 8, 6, 4, 1, 1, 4, 6, 8, 5, 1, 4, 2, 4, 1, 5, 8, 6, 4, 1, 1, 4, 6, 8, 5, 1, 4, 2, 4, 1, 5, 8, 6, 4, 1, 1, 4, 6, 8, 5, 1, 4, 2, 4, 1, 5, 8, 6, 4
Offset: 1

Views

Author

Kival Ngaokrajang, Jan 16 2013

Keywords

Comments

The repeat cycle contains 15 numbers which have 9 Fibonacci number symmetrically distributed as below.
1 F(1), F(2)
4
6
8 F(6)
5 F(5)
1 F(1), F(2)
4
2 F(3)
4
1 F(1), F(2)
5 F(5)
8 F(6)
6
4
1 F(1), F(2)

Examples

			For A187824(m(i)) >= 6:
m(1) = 5, m(2) = 11, m(3) = 19,
...
a(1) = 11 - 5 = 6, a(2) = 19 - 11 = 8,
...
		

Crossrefs