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!)
A283748 a(n) = least m such that (2^n-1)/2^n < f(m) < (2*2^n-1)/2^(n+1), where f(m) = fractional part of m*(golden ratio). 2
2, 1, 3, 16, 8, 21, 55, 288, 144, 377, 1974, 987, 2584, 6765, 35422, 17711, 46368 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This is column 1 of A283741; |a(n+1)-a(n)| is a Fibonacci number for n>=1.
LINKS
MATHEMATICA
g = GoldenRatio; z = 100000; t = Table[N[FractionalPart[n*g]], {n, 1, z}];
r[k_] := Select[Range[z], (2^k - 1)/2^k < t[[#]] < (2*2^k - 1)/2^(k + 1) &, 1];
Flatten[Table[r[k], {k, 0, 50}]] (* A283748 *)
CROSSREFS
Sequence in context: A153189 A362272 A095852 * A209365 A209394 A209023
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Mar 17 2017
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 20 00:26 EDT 2024. Contains 371798 sequences. (Running on oeis4.)