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.
%I A235032 #21 Feb 05 2014 10:53:48 %S A235032 0,1,2,3,4,6,7,8,11,12,13,14,16,19,22,24,26,28,31,32,37,38,41,44,47, %T A235032 48,52,56,59,61,62,64,67,73,74,76,82,88,94,96,97,103,104,109,111,112, %U A235032 118,122,123,124,128,131,134,137,146,148,152,157,164,167,176,188 %N A235032 Numbers which are factored to the same set of primes in Z as to the binary codes of irreducible polynomials in GF(2)[X]. %C A235032 This is a subsequence of the sequence which gives all such n that A001222(n) = A091222(n). %H A235032 Antti Karttunen, <a href="/A235032/b235032.txt">Table of n, a(n) for n = 1..3048</a> %H A235032 <a href="/index/Ge#GF2X">Index entries for sequences operating on (or containing) GF(2)[X]-polynomials</a> %e A235032 2, 3 and 11 are included in this sequence, because they occur in A091206. That is, they are all primes, and encode irreducible polynomials in ring GF(2)[X] via their binary representations: For 2, '10' in binary, corresponds to polynomial x, and for 3, '11' in binary, corresponds to polynomial x+1, and for 11, '1011' in binary, corresponds to polynomial x^3+x+1, which are all irreducible in GF(2)[X]. %e A235032 4 is included in this sequence, because it factors as 2*2, but also because the corresponding GF(2)[X] polynomial x^2 factors as x*x (with the polynomial x encoded by the number 2). %e A235032 5 is NOT included in this sequence, because, although it is prime, the corresponding polynomial (5 in binary is '101'): x^2 + 1 is not irreducible in GF(2)[X], but factors as (x+1)(x+1), i.e., we have 5 = A048720(3,3). %e A235032 111 is included, as it is a product of two primes, 3*37, and these primes encode via their binary representations, '11' and '100101', two polynomials irreducible in GF(2)[X]: x+1 and x^5 + x^2 + 1, whose product, x^6 + x^5 + x^3 + x^2 + x + 1, is encoded by 111's binary representation, '1101111'. %o A235032 (Scheme, with _Antti Karttunen_'s IntSeq-library) %o A235032 (define A235032 (MATCHING-POS 1 0 (lambda (n) (or (zero? n) (equal? (ifactor n) (GF2Xfactor n)))))) %Y A235032 Complement: A235033. Intersection of A235034 & A235035. Union of A091206 & A235036. Subsequence of A235045. %Y A235032 A235036 and A235039 give composite and odd composite (after 1) terms occurring in this sequence. %Y A235032 Gives the positions of zeros in A236380, i.e. such n that A234741(n) = A234742(n). %Y A235032 Cf. also A048720. %K A235032 nonn %O A235032 1,3 %A A235032 _Antti Karttunen_, Jan 02 2014