Ask Your Question

Revision history [back]

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.