cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A225572 Continued fraction expansion of Pi/(4*e) + e/(3*Pi).

This page as a plain text file.
%I A225572 #16 Oct 22 2023 11:24:56
%S A225572 0,1,1,2,1,2,1,2,1,2,1,2,2,2,5,3,1,2,2,1,1,24,1,2,2,9,78,1,94,5,1,27,
%T A225572 2,1,1,2,1,4,2,2,2,20,1,4,1,1,5,23,43,1,9,1,3,1,3,1,2,1,2,4,1,1,3,8,
%U A225572 32,1,7,1
%N A225572 Continued fraction expansion of Pi/(4*e) + e/(3*Pi).
%C A225572 The first five terms match with the continued fraction of the Euler-Mascheroni constant. See analogous comment in A225155.
%H A225572 Balarka Sen, <a href="/A225572/b225572.txt">Table of n, a(n) for n = 0..1000</a>
%t A225572 ContinuedFraction[Pi/(4E)+E/(3Pi),100] (* _Harvey P. Dale_, Oct 22 2023 *)
%o A225572 (PARI) default(realprecision, 300); contfrac(Pi/(4*exp(1))+exp(1)/(3*Pi))
%Y A225572 Cf. A225155.
%K A225572 nonn,cofr,easy
%O A225572 0,4
%A A225572 _Balarka Sen_, May 11 2013, based on an idea from _Jimmy Zotos_