login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A199658
Denominators of lower rational approximants of Pi with the first 5 terms given by Adam Adamandy Kochański in 1685, continued using a reconstruction by Fukś that is highly likely to match Kochański's incompletely published method.
5
8, 106, 530762, 2945294501, 43521624105025, 1466603908374792097, 89571092024800092397857, 9963245273671152951934207006, 1155597392139966274078899403965586, 200866514921276434616104042029044754594, 113151972691506812691685713772827327500605957, 68570669785555705551463950663318228291679702401993
OFFSET
1,1
COMMENTS
The corresponding numerators are given in A199657.
See A199657 for more information and references.
LINKS
Henryk Fukś, Adam Adamandy Kochański's approximations of pi: reconstruction of the algorithm, arXiv preprint arXiv:1111.1739 [math.HO], 2011. Math. Intelligencer, Vol. 34 (No. 4), 2012, pp. 40-45.
FORMULA
a(1) = 8; S(1) = A199672(1) = 7;
a(n) = S(n-1)*A191642(n-1) + 1, where A191642 are Kochański's "genitores";
S(n) = S(n-1)*(A191642(n-1) + 1) + 1;
EXAMPLE
a(1) = 8 because Kochański's first lower bound was 25/8 = A199657(1)/a(1) and his first upper bound was 22/7 = A199671(1)/A199672(1).
a(2) = S(1) * A191642(1) + 1 = 7*15 + 1 = 105 + 1 = 106,
S(2) = S(1) * (A191642(1) + 1 ) + 1 = 7*(15 + 1) + 1 = 113 = A199672(2).
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
Jonathan Vos Post, Nov 08 2011
EXTENSIONS
More terms from Hugo Pfoertner, Mar 07 2020
STATUS
approved