cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A353201 a(n) = smallest m such that f(m,x) is divisible by g(n,x), where f(m,x) = U(m-1,x/2), and U(k,x) is the k-th Chebyshev polynomial of the second kind over the field GF(2); g(n,x) is the polynomial over GF(2) whose coefficients correspond to the binary digits of n.

This page as a plain text file.
%I A353201 #33 Aug 06 2022 08:27:11
%S A353201 1,2,3,4,3,6,5,4,15,6,9,12,7,10,6,8,6,30,17,12,5,18,21,12,15,14,15,20,
%T A353201 9,6,17,8,51,6,35,60,31,34,9,12,31,10,15,36,30,42,33,24,45,30,12,28,
%U A353201 51,30,11,20,21,18,33,12,31,34,15,8,15,102,65,12,9,70,93,60,63,62,42,68
%N A353201 a(n) = smallest m such that f(m,x) is divisible by g(n,x), where f(m,x) = U(m-1,x/2), and U(k,x) is the k-th Chebyshev polynomial of the second kind over the field GF(2); g(n,x) is the polynomial over GF(2) whose coefficients correspond to the binary digits of n.
%C A353201 g(n,x) divides f(m,x) if and only if m is a multiple of a(n).
%H A353201 William Boyles, <a href="/A353201/b353201.txt">Table of n, a(n) for n = 1..2500</a>
%e A353201 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.
%K A353201 nonn
%O A353201 1,2
%A A353201 _William Boyles_, Jun 22 2022