OFFSET
1,2
COMMENTS
The sequence contains the Fibonacci numbers A000045.
If fact, for all known terms with n > 10, a(n) = A000045(n-3). - Eric W. Weisstein, Apr 17 2024
No others terms with n <= 10^6. - Eric W. Weisstein, Apr 28 2024
REFERENCES
H. Steinhaus, Mathematical Snapshots, 3rd American ed., New York: Oxford University Press, pp. 48-49, 1983.
LINKS
Eric Weisstein's World of Mathematics, Equidistributed Sequence.
Eric Weisstein's World of Mathematics, Golden Ratio.
MATHEMATICA
With[{f = FractionalPart[GoldenRatio Range[1000]]}, Position[Table[Count[BinCounts[Take[f, n], {0., 1, 1/n}], 0], {n, Length[f]}], 0]] // Flatten (* Eric W. Weisstein, Apr 27 2024 *)
CROSSREFS
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
a(27)-a(29) from Sean A. Irvine, Oct 31 2020
a(30)-a(31) from Eric W. Weisstein, Apr 18-19 2024
a(32)-a(33) from Eric W. Weisstein, Apr 28 2024
STATUS
approved