A000001, galpol

"Ruud H.G. van Tol" <[email protected]> Sat, 24 Jan 2026 11:30:29 +0100
Newsgroups gmane.comp.mathematics.pari.user
Message-ID <[email protected]>
I'm adding PARI-code to https://oeis.org/A000001.

aupto(m)= vector(m+1, i, if(i>1, galoisgetgroup(i-1), 0));

Is that a proper way?

I had to run "brew install pari-galpol" first.
It stops at 143, can that easily be extended?

-- Ruud