login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104628 Numbers having 5 1's in their base-phi representation. 5
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Jeffrey Shallit, Proving Properties of phi-Representations with the Walnut Theorem-Prover, arXiv:2305.02672 [math.NT], 2023.
Eric Weisstein's World of Mathematics, Phi Number System.
FORMULA
There is a 46-state automaton accepting precisely the Zeckendorf representation of members of this sequence. - Jeffrey Shallit, May 03 2023
MATHEMATICA
q[n_] := Plus @@ RealDigits[n, GoldenRatio, 2*Ceiling[ Log[GoldenRatio, n]] ][[1]] == 5; Select[Range[2000], q] (* Amiram Eldar, Jan 20 2022 *)
CROSSREFS
Sequence in context: A213179 A211322 A087682 * A045564 A285271 A087142
KEYWORD
nonn,base
AUTHOR
Eric W. Weisstein, Mar 17 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 26 20:34 EDT 2024. Contains 372004 sequences. (Running on oeis4.)