A352548 Decimal expansion of 22*Pi^4.
2, 1, 4, 3, 0, 0, 0, 0, 0, 2, 7, 4, 8, 0, 5, 3, 6, 1, 9, 2, 0, 1, 6, 8, 7, 3, 1, 9, 1, 5, 1, 5, 1, 2, 4, 4, 7, 4, 9, 4, 0, 0, 6, 8, 8, 4, 7, 9, 9, 0, 7, 9, 2, 7, 7, 2, 1, 2, 2, 9, 2, 9, 0, 6, 5, 7, 9, 3, 5, 8, 8, 2, 0, 0, 5, 0, 1, 9, 8, 3, 1, 6, 1, 8, 2, 6, 8, 1, 0, 7, 9, 1, 6, 4
Offset: 4
References
- Martin Gardner, "Slicing Pi into Millions", Discover, 6:50, January 1985.
Links
- William R. Corliss, The Secret Of It All Is In The Pi, Science Frontiers #37, Jan-Feb 1985.
- Martin Gardner, Slicing Pi into Millions, in: Gardner's Why and Wherefores, Prometheus Books (1999), p. 87.
- Zurab Silagadze, The origin of the Ramanujan's π^4 ≈ 2143/22 identity, MathOverflow.net, Feb 26 2016.
- Index entries for transcendental numbers.
Programs
-
Mathematica
RealDigits[22*Pi^4, 10, 120][[1]] (* Amiram Eldar, Jun 18 2023 *)
-
PARI
A352548_first(N)=localprec(N+5);digits(22*Pi^4\10^(4-N)) \\ First N terms of this sequence, i.e., a(4 .. 5-N).
Formula
22*Pi^4 = 2143.000002748053619201687319151512447494006884799...
Comments