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!)
A283746 a(n) = least m such that (n-1)/n < f(m) < n/(n+1), where f(m) = fractional part of m*(golden ratio). 3
2, 1, 6, 11, 24, 3, 37, 16, 105, 50, 84, 29, 118, 207, 63, 152, 8, 241, 97, 330, 186, 419, 42, 275, 508, 131, 741, 364, 597, 220, 830, 453, 76, 686, 1296, 309, 919, 1529, 542, 165, 1762, 775, 1385, 398, 1008, 21, 1618, 631, 2228, 1241, 254, 1851, 864, 2461 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This is column 1 of A283739; |a(n+1)-a(n)| is a Fibonacci number for n>=1.
LINKS
MATHEMATICA
g = GoldenRatio; z = 10000; t = Table[N[FractionalPart[n*g]], {n, 1, z}];
r[k_] := Select[Range[z], (k - 1)/k < t[[#]] < k/(k + 1) &, 1];
Flatten[Table[r[k], {k, 1, 200}]] (* A283746 *)
CROSSREFS
Sequence in context: A200265 A039762 A039795 * A049949 A106192 A113025
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 July 14 03:51 EDT 2024. Contains 374291 sequences. (Running on oeis4.)