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”).
%I #6 Nov 26 2012 14:27:05
%S 1,2,175,702,877,1579,2456,11403,595412,1202227,1797639,98274733,
%T 198347105,1883398678,2081745783,6046890244,8128636027,22304162298,
%U 75041122921,922797637350,997838760271,1920636397621,4839111555513,11598859508647,16437971064160
%N Denominators of convergents to log_10(Pi).
%C Pi^a(n) gets increasingly close to 10^A219723(n).
%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/Pi.html">Pi</a>
%e 0, 1/2, 87/175, 349/702, 436/877, 785/1579, 1221/2456, 5669/11403, ....
%t Denominator@Convergents[Log[10, Pi], 25]
%Y Cf. A053511 (decimal), A219723 (numerators).
%K easy,frac,nonn
%O 1,2
%A _Arkadiusz Wesolowski_, Nov 26 2012