I am using Mathemica 14.2.
digit = 10000000; sequence = {6, 4, 0, 6, 2, 8}; SequencePosition[First[RealDigits[Pi, 10, digit]], sequence] The code above runs well on digit=10000000.
However, in digit=100000000, the above code stops midway. Is there a way to set it to continue to run calculations?
RealDigits[Pi,10,digit]$\endgroup$TimeConstrainedandMemoryConstrainedandMemoryAvailable[]andMemoryInUse[]btw, I also got kernel to stop in middle, using V 14.2 on windows 10 with 128 GB ram. $\endgroup$RealDigitstwice in your code? $\endgroup$