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!)
A024822 a(n) = least m such that if r and s in {1/1, 1/4, 1/7,..., 1/(3n-2)} satisfy r < s, then r < k/m < s for some integer k. 2

%I #14 Mar 06 2014 22:30:46

%S 2,5,9,22,31,53,81,97,134,177,201,253,311,342,409,482,561,603,691,785,

%T 885,937,1046,1161,1282,1409,1475,1611,1753,1901,2055,2215,2297,2466,

%U 2641,2822,3009,3202,3301,3503,3711,3925,4145,4371,4486,4721

%N a(n) = least m such that if r and s in {1/1, 1/4, 1/7,..., 1/(3n-2)} satisfy r < s, then r < k/m < s for some integer k.

%C For a guide to related sequences, see A001000. - _Clark Kimberling_, Aug 07 2012

%H Clark Kimberling, <a href="/A024822/b024822.txt">Table of n, a(n) for n = 2..200</a>

%t leastSeparator[seq_] := Module[{n = 1},

%t Table[While[Or @@ (Ceiling[n #1[[1]]] <

%t 2 + Floor[n #1[[2]]] &) /@ (Sort[#1, Greater] &) /@

%t Partition[Take[seq, k], 2, 1], n++]; n, {k, 2, Length[seq]}]];

%t t = Flatten[Table[1/(3 h - 2), {h, 1, 60}]];

%t leastSeparator[t]

%Y Cf. A001000.

%K nonn

%O 2,1

%A _Clark Kimberling_

%E Corrected by _Clark Kimberling_, Aug 07 2012

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 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)