--
You received this message because you are subscribed to a topic in the Google Groups "SeqFan" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/seqfan/XPC356TFyO8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to seqfan+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/0e369b93-5a1f-458a-b629-b0e72b3c6d7fn%40googlegroups.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/92328608-dd34-4e33-b980-8119ebb30c24n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/6fcc2120-c2db-4e40-a8dc-26d6dde3d8dfn%40googlegroups.com.
Michael's base 13 got its double-check in-thread, but 3 and 23 maybe hadn't been independently confirmed, so... I've recomputed every entry in the table with an independent implementation including: 6569023, 1363221317 and 37347358781. All 21 agree, no discrepancies.
I got there with a per-p test rather than a running bignum: O(log^2 p) modular operations per prime, so the n^2 barrier doesn't bind. Happy to write up the identity or share the code if that's useful to anyone.
Is base 22 still open / how far has it been pushed? I have it clean to 10^11, but I assume that's ground already covered.
Happy to put a GPU on it and go a couple of orders further on base 22 if that would help rather than duplicate.
-DS