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.

A133770 Number of runs (of equal bits) in the minimal Lucas binary (A130310) representation of n.

This page as a plain text file.
%I A133770 #9 Sep 29 2018 18:45:29
%S A133770 2,1,2,2,4,3,2,4,3,4,2,4,3,4,4,6,5,2,4,3,4,4,6,5,4,6,5,6,2,4,3,4,4,6,
%T A133770 5,4,6,5,6,4,6,5,6,6,8,7,2,4,3,4,4,6,5,4,6,5,6,4,6,5,6,6,8,7,4,6,5,6,
%U A133770 6,8,7,6,8,7,8,2,4,3,4,4,6,5,4,6,5,6,4,6,5,6,6,8,7,4,6,5,6,6,8,7,6,8,7,8,4
%N A133770 Number of runs (of equal bits) in the minimal Lucas binary (A130310) representation of n.
%D A133770 Zeckendorf, E., Représentation des nombres naturels par une somme des nombres de Fibonacci ou de nombres de Lucas, Bull. Soc. Roy. Sci. Liège 41, 179-182, 1972.
%H A133770 Casey Mongoven, <a href="/A133770/b133770.txt">Table of n, a(n) for n = 1..199</a>
%H A133770 Ron Knott, <a href="http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/phigits.html">Using Powers of Phi to represent Integers</a>.
%e A133770 A130310(17)=101001 because 11 + 4 + 2 = 17 (a sum of Lucas numbers); this representation has five runs: 1,0,1,00,1. So a(17)=5.
%Y A133770 Cf. A133771, A130310.
%K A133770 nonn
%O A133770 1,1
%A A133770 _Casey Mongoven_, Sep 23 2007