answered 7 years ago
You are close to the solution: just turn your field element into a polynomial in the undeterminate a:
a
sage: (a**9).polynomial().list() [1, 3]