A225572 Continued fraction expansion of Pi/(4*e) + e/(3*Pi).
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, 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, 32, 1, 7, 1
Offset: 0
Links
- Balarka Sen, Table of n, a(n) for n = 0..1000
Crossrefs
Cf. A225155.
Programs
-
Mathematica
ContinuedFraction[Pi/(4E)+E/(3Pi),100] (* Harvey P. Dale, Oct 22 2023 *)
-
PARI
default(realprecision, 300); contfrac(Pi/(4*exp(1))+exp(1)/(3*Pi))
Comments