OFFSET
1,1
COMMENTS
By rewriting the expression without the zeros, i.e., 2^(5^.4) - .6 - ((.3^9)/7)^(.8^.1), we obtain a pandigital expression that is an approximation to Pi accurate to 11 digits.
This formula was found by B. Ziv in 2004.
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..10000
Brady Haran and James Grime, Incredible Formula, Numberphile YouTube video, 2016.
Eric Weisstein's World of Mathematics, Pi Approximations.
EXAMPLE
3.141592653590453113110325108074900848476743334...
MATHEMATICA
First[RealDigits[2^5^(4/10) - 6/10 - ((3/10)^9/7)^(8/10)^(1/10), 10, 100]]
CROSSREFS
KEYWORD
AUTHOR
Paolo Xausa, Dec 19 2024
STATUS
approved