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.

A152776 Numbers such that every run length in base 2 is 3.

Original entry on oeis.org

7, 56, 455, 3640, 29127, 233016, 1864135, 14913080, 119304647, 954437176, 7635497415, 61083979320, 488671834567, 3909374676536, 31274997412295, 250199979298360, 2001599834386887, 16012798675095096, 128102389400760775
Offset: 1

Views

Author

Omar E. Pol, Jan 18 2009

Keywords

Comments

a(n) is the number whose binary representation is A152775(n).

Crossrefs

Formula

a(n)= 8*a(n-1) +a(n-2) -8*a(n-3). G.f.: 7x/((1-x)(1-8x)(1+x)). a(n)= (-7*(-1)^n-9+16*8^n)/18 = 7*A033118(n). [From R. J. Mathar, Jan 20 2009]

Extensions

More terms from R. J. Mathar, Jan 20 2009