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.

A104628 Numbers having 5 1's in their base-phi representation.

Original entry on oeis.org

11, 15, 22, 23, 24, 26, 30, 31, 32, 34, 35, 37, 41, 42, 43, 45, 46, 51, 52, 53, 55, 66, 83, 95, 112, 127, 128, 129, 131, 142, 171, 217, 247, 293, 326, 327, 328, 330, 341, 370, 446, 568, 645, 767, 847, 848, 849, 851, 862, 891, 967, 1166, 1487, 1687, 2008, 2211
Offset: 1

Views

Author

Eric W. Weisstein, Mar 17 2005

Keywords

Crossrefs

Programs

  • Mathematica
    q[n_] := Plus @@ RealDigits[n, GoldenRatio, 2*Ceiling[ Log[GoldenRatio, n]] ][[1]] == 5; Select[Range[2000], q] (* Amiram Eldar, Jan 20 2022 *)

Formula

There is a 46-state automaton accepting precisely the Zeckendorf representation of members of this sequence. - Jeffrey Shallit, May 03 2023