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.

A104627 Numbers having 4 1's in their base-phi representation.

Original entry on oeis.org

9, 10, 12, 13, 14, 16, 17, 20, 21, 25, 36, 49, 50, 54, 65, 94, 125, 126, 130, 141, 170, 246, 324, 325, 329, 340, 369, 445, 644, 845, 846, 850, 861, 890, 966, 1165, 1686, 2209, 2210, 2214, 2225, 2254, 2330, 2529, 3050, 4414
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]] == 4; Select[Range[4500], q] (* Amiram Eldar, Jan 20 2022 *)

Formula

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