OFFSET
1,2
COMMENTS
g(n,x) divides f(m,x) if and only if m is a multiple of a(n).
LINKS
William Boyles, Table of n, a(n) for n = 1..2500
EXAMPLE
For n=13, g(13,x) = 1*x^3 + 1*x^2 + 0*x + 1 because 13 is 1101 in binary. f(7,x) is the smallest that is divisible by g(13,x), so a(13) = 7.
CROSSREFS
KEYWORD
nonn
AUTHOR
William Boyles, Jun 22 2022
STATUS
approved