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.

A107015 Number of even terms in Zeckendorf representation of n.

Original entry on oeis.org

0, 1, 0, 0, 0, 0, 1, 1, 1, 2, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 2, 2, 3, 2, 2, 1, 1, 2, 1, 1, 1, 1, 2, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 2, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 2, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 2, 1, 1, 0, 0, 1, 0
Offset: 1

Views

Author

Reinhard Zumkeller, May 09 2005

Keywords

Comments

a(n) = A007895(n) - A107016(n).
a(A107228(n)) = 0. - Reinhard Zumkeller, May 15 2005

Examples

			n = 77 = 55+21+1 -> a(77) = #{} = 0;
n = 88 = 55+21+8+3+1 -> a(88) = #{8} = 1;
n = 99 = 89+8+2 -> a(99) = #{2, 8} = 2.
		

Crossrefs

Programs