First time here? Check out the FAQ!
answered 2017-11-14 11:14:12 +0100
At least there is the following workaround
sage: map(ZZ, pi.n(digits=20).str()[2:]) [1, 4, 1, 5, 9, 2, 6, 5, 3, 5, 8, 9, 7, 9, 3, 2, 3, 8, 4, 6, 2, 0]
If you want more digits, just increase 20 to something else.
20