A306648 Decimal expansion of 3 + 36/(5*sqrt(3)*Pi) + 48/(5*Pi^2).
5, 2, 9, 5, 8, 7, 2, 7, 1, 1, 9, 7, 8, 7, 4, 3, 5, 2, 4, 6, 8, 8, 4, 2, 6, 4, 4, 2, 7, 6, 4, 5, 1, 1, 9, 9, 2, 8, 3, 5, 5, 7, 1, 7, 8, 9, 7, 3, 3, 5, 0, 4, 4, 3, 5, 6, 3, 6, 3, 2, 5, 1, 5, 4, 8, 8, 2, 5, 3, 4, 6, 8, 9, 5, 6, 3, 7, 0, 7, 7, 4, 3, 0, 5, 2, 5, 2, 1, 0, 9, 8, 8, 6, 1, 5, 7, 9, 7, 7, 5
Offset: 1
Examples
5.295872711978743524688426442764511992835571789733504435636...
References
- Scott R. Shannon, The Two Dimensional Polymer Chain - Statics and Dynamics, PhD Thesis, Monash University, Melbourne, Australia, (1997).
Links
- Andrew Howroyd, Table of n, a(n) for n = 1..1000
- Scott R. Shannon, Java code for a 3-step self-avoiding walk in the continuum. This produces a numerical approximation to the exact value.
- Index entries for transcendental numbers
Programs
-
Maple
evalf[120](3+36/(5*Pi*sqrt(3))+48/(5*Pi^2)); # Muniru A Asiru, Mar 05 2019
-
Mathematica
First@ RealDigits[3 + 36/(5 Sqrt[3] Pi) + 48/(5 Pi^2), 10, 105] (* Michael De Vlieger, Mar 11 2019 *)
-
PARI
3+36/(5*sqrt(3)*Pi)+48/(5*Pi^2) \\ Michel Marcus, Mar 04 2019
Extensions
Terms a(59) and beyond from Andrew Howroyd, Apr 27 2020
Comments