I am interested in publishing sequences to the OEIS that involve the continued-function expansions of fundamental constants like pi. Since the values of the terms in these sequences are almost all zero (i.e., the sequences are really sparse), my submissions will be the indices of the nonzero entries in the expansions. However, in order to have interesting results, I will need to carry out the expansion to millions of terms, which will entail a great deal of precision in the digits of pi (and whatever other constants I decide to perform an expansion of). Coding this up in Python and using the mpmath library, I have gone out to 10,000,000 entries in the continued-function expansion with an assumed precision in pi of 500 places to the right of the decimal, and I have encountered no detectable numerical stability with that combination. How many more digits (if any) do I need to go out, and is my approach even salvageably correct (e.g., should I switch from Python to Fortran/Mathematica because Python is a hopeless language for these calculations)?Thank you!
--
You received this message because you are subscribed to the Google Groups "SeqFan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seqfan+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/7a0b5343-7afd-420e-8704-467bafb54568n%40googlegroups.com.
I am referring to continued-function expansions, in fact! Continued-fraction expansions are continued-function expansions where the function is 1/x, but I'm working with a different family of functions.
In the case of pi to 500 digits and 10,000,000 terms in the expansion, the expansion is 3; 0, 0, 0, 0, ..., with the first nonzero entry being 1 in the 73rd place. There are only 6 further nonzero entries between the 73rd and 1,000th entry. Are you saying that I need 1,000 digits of pi to accurately report the first 1,000 entries of a continued-function expansion?
Of course, I can go ahead and submit the indices of those entries to the OEIS as my sequence, but I was really hoping to make a more comprehensive go of it and extend my knowledge of the continued-function expansion out to entries in the millions.I will go ahead and verify that I have the gmpy2 library installed. The real bottleneck I've had so far is running this in a reasonable time on my personal laptop, so the more efficiently I can do this, the better.
--
You received this message because you are subscribed to the Google Groups "SeqFan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seqfan+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/CAExdVNmp%3D-ky43Yn2BvwDGKUzTpVB8O1uEnyCsrz88CDVwYL0Q%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/CADy-sGEZng-2yn5vd8FFQ%2BbT%2BXKQmk_edqLfe0m4kT%2Bh03FfLQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "SeqFan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seqfan+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/ae3b2fc2-8493-4a23-8307-39d13032caf8%40pobox.com.
I agree with 3 things :- it's a quite unknown theory, a reference should have been given already in the original message- you can't really ask for help and disclose 99% of the required information- if you want "UNREASONABLE EFFECTUALNESS" you should definitely choose a different function from the one that gives you so many zeros that it's more practical to list the indices of nonzero terms.
Also consider: will anyone ever look this up in the OEIS? Especially given the arbitrariness of the choice of the function, quoting:"The purpose of this paper is to demonstrate that the function f can be chosen so that the expansions of prescribed real numbers can have essentially any desired behavior."
To be clear, so far as I know there's no particular connection between that particular paper and Patrick Millican who posted here. In particular, Patrick isn't the one claiming "unreasonable effectualness", and his particular choice of function may well not be arbitrary in the way that the ones mostly considered in that paper are.
(I do agree that it would have been better if he'd been clearer about what he was asking.)
--
g
Gareth: "Also consider: will anyone ever look this up in the OEIS?"
...
Gareth: "choose a different function from the one that gives you so many zeros"
Neither of those was actually me. They were both M F Hasler. Did something go awry in my email client's treatment of quoted text?
--
g