OFFSET
1,1
COMMENTS
The polynomials are encoded as the number whose binary representation is given by the coefficients of the polynomial, e.g., 13 = 2^3 + 2^2 + 2^0 = 1101_2 encodes 1*X^3 + 1*X^2 + 0*X^1 + 1*X^0 = X^3 + X^2 + 1. - Peter Munn, Apr 28 2021
LINKS
EXAMPLE
From Peter Munn, Apr 23 2021: (Start)
Table for polynomials of degree less than 6:
n A014580 a(n) Previous 2 columns
(n) in binary
1 2 3 10 11
2 3 2 11 10
3 7 7 111 111
4 11 13 1011 1101
5 13 11 1101 1011
6 19 19 10011 10011
7 25 31 11001 11111
8 31 25 11111 11001
9 37 55 100101 110111
10 41 61 101001 111101
11 47 59 101111 111011
12 55 37 110111 100101
13 59 47 111011 101111
14 61 41 111101 101001
(End)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Feb 12 2014
STATUS
approved