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!)
A259591 Numerators of the other-side convergents to Pi. 2
4, 25, 355, 688, 104348, 208341, 312689, 521030, 1146408, 1980127, 5419351, 9692294, 85563208, 245850922, 411557987, 657408909, 1480524883, 3618458675, 8717442233, 21053343141, 35938735828, 1804419559672, 5371151992734, 8958937768937, 14330089761671 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Suppose that a positive irrational number r has continued fraction [a(0), a(1), ... ]. Define sequences p(i), q(i), P(i), Q(i) from the numerators and denominators of finite continued fractions as follows:
p(i)/q(i) = [a(0), a(1), ... a(i)] and P(i)/Q(i) = [a(0), a(1), ..., a(i) + 1]. The fractions p(i)/q(i) are the convergents to r, and the fractions P(i)/Q(i) are introduced here as the "other-side convergents" to
r, because p(2k)/q(2k) < r < P(2k)/Q(2k) and P(2k+1)/Q(2k+1) < r < p(2k+1)/q(2k+1), for k >= 0.
Closeness of P(i)/Q(i) to r is indicated by |r - P(i)/Q(i)| < |p(i)/q(i) - P(i)/Q(i)| = 1/(q(i)Q(i)), for i >= 0.
LINKS
FORMULA
p(i)*Q(i) - P(i)*q(i) = (-1)^(i+1), for i >= 0, where a(i) = P(i).
EXAMPLE
For r = Pi, the first 7 other-side convergents are 4, 25/8, 355/113, 688/219, 104348/33215, 208341/66317, 312689/99532.
A comparison of convergents with other-side convergents:
i p(i)/q(i) P(i)/Q(i) p(i)*Q(i) - P(i)*q(i)
0 3/1 < Pi < 4/1 -1
1 22/7 > Pi > 25/8 1
2 333/106 < Pi < 355/113 -1
MATHEMATICA
r = Pi; a[i_] := Take[ContinuedFraction[r, 35], i];
b[i_] := ReplacePart[a[i], i -> Last[a[i]] + 1];
t = Table[FromContinuedFraction[b[i]], {i, 1, 35}]
u = Denominator[t] (*A259590*)
v = Numerator[t] (*A259591*)
CROSSREFS
Sequence in context: A350585 A238510 A222982 * A093959 A308476 A222902
KEYWORD
nonn,easy,frac
AUTHOR
Clark Kimberling, Jul 17 2015
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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)