Follow the above link or click the graphic below to visit the Homepage.
Mathematical Topics Index Page Associated Calculator Programs Jim Cullen
Introduction
Over the years I've accumulated many pages of mathematical notes, problems, solutions, computer programs, calculator functions, etc. As time permits (and time is not so permitting lately) I will work to post more pages so that they may be more useful to someone than they would be stashed away in a drawer somewhere.
Just about anyone who knows me would be able to tell you that I have a 'thing' for π and for the Fibonacci Numbers. Now I have a formula that approximately connects the value of π to the value of the "Golden Ratio" φ. The value of φ may be calculated as (1+√5)/2. The approximation I've found in a computer search is accurate to twelve significant digits:
Probably my most important mathematical discovery to date is that of a Ramanujan-like series formula for 1/π4, the first of its kind, discovered using PSLQ integer relations software in a high-speed script I wrote for the Pari GP software package.
I've been questioned several times over the years regarding the possible existence of other formulas of this type, involving even higher reciprocal powers of π. The short answer is, "Not even a hint of a possibility". The search algorithm I devised breaks the search area into many smaller regions, storing pre-computed values into memory for each region. This trade-off of memory for speed took some tweaking to optimize but it allowed me to find the π4 formula in about two weeks time, from conception of the original code to the discovery of the π4 formula itself. The algorithm can also proceed through the regions in successive sweeps, increasing in precision, to further speed the search for possible solutions. For about a year after this, I continued searching for higher-order solutions. I searched extensively for solutions involving π5 to π8, did some searching in the range of π9 to π12, and poked around sporadically from π13 to π16. No higher-order solutions have ever been found and I personally believe it likely that no further solutions will be found, at least not in any foreseeable future.