login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A273637 Decimal expansion of ((Pi*(3+sqrt(5))^2)/(60*sqrt(3)))^(1/3), the sphericity of the icosahedron. 4

%I #17 Nov 16 2022 16:04:29

%S 9,3,9,3,2,5,6,5,1,5,6,7,6,3,6,1,5,9,4,1,6,1,0,1,4,3,2,4,1,4,6,6,1,3,

%T 6,6,1,4,2,8,8,8,6,4,1,7,0,4,7,9,1,6,1,0,9,3,2,9,5,9,1,8,7,2,3,5,7,8,

%U 7,3,7,9,0,3,3,9,5,2,4,5,3,9,5,2,5,3

%N Decimal expansion of ((Pi*(3+sqrt(5))^2)/(60*sqrt(3)))^(1/3), the sphericity of the icosahedron.

%H Wikipedia, <a href="http://en.wikipedia.org/wiki/Sphericity">Sphericity</a>.

%H <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>

%e 0.93932565156763615941610143241466136614288864170479161093295918...

%t RealDigits[Surd[(Pi (3+Sqrt[5])^2)/(60Sqrt[3]),3],10,120][[1]] (* _Harvey P. Dale_, Nov 16 2022 *)

%o (PARI) default(realprecision, 50080); my(x=((Pi*(3+sqrt(5))^2)/(60*sqrt(3)))^(1/3)); for(k=1, 100, my(d=floor(x)); x=(x-d)*10; print1(d, ", "))

%Y Cf. A273633, A273634, A273635, A273636.

%K nonn,cons

%O 0,1

%A _Felix Fröhlich_, May 27 2016

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 05:02 EDT 2024. Contains 371235 sequences. (Running on oeis4.)