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.

A115492 Number of monic irreducible polynomials of degree 2 in GF(2^n)[x,y].

This page as a plain text file.
%I A115492 #19 Jun 13 2015 00:52:03
%S A115492 35,1134,34748,1081080,34077680,1082126304,34493939648,1101659045760,
%T A115492 35218731564800,1126449661607424,36037593107790848,
%U A115492 1153062242078423040,36895739947165675520,1180627649514161823744,37779508323708391374848,1208935042986661734481920
%N A115492 Number of monic irreducible polynomials of degree 2 in GF(2^n)[x,y].
%H A115492 Vincenzo Librandi, <a href="/A115492/b115492.txt">Table of n, a(n) for n = 1..670</a>
%H A115492 Max Alekseyev, <a href="http://translate.google.com/translate?hl=en&amp;sl=ru&amp;tl=en&amp;u=http%3A%2F%2Fdxdy.ru%2Ftopic1165.html">Formula for the number of monic irreducible polynomials in a finite field</a>
%H A115492 Max Alekseyev, <a href="http://home.gwu.edu/~maxal/gpscripts/">PARI scripts for various problems</a>
%H A115492 <a href="/index/Rec">Index entries for linear recurrences with constant coefficients</a>, signature (54,-808,3456,-4096).
%F A115492 a(n) = 54*a(n-1)-808*a(n-2)+3456*a(n-3)-4096*a(n-4). - _Colin Barker_, Jul 25 2014
%F A115492 G.f.: 7*x*(256*x^2-108*x+5) / ((2*x-1)*(4*x-1)*(16*x-1)*(32*x-1)). - _Colin Barker_, Jul 25 2014
%t A115492 CoefficientList[Series[7 (256 x^2 - 108 x + 5)/((2 x - 1) (4 x - 1) (16 x - 1) (32 x - 1)), {x, 0, 40}], x] (* _Vincenzo Librandi_, Jul 26 2014 *)
%o A115492 (PARI) Vec(7*x*(256*x^2-108*x+5)/((2*x-1)*(4*x-1)*(16*x-1)*(32*x-1)) + O(x^100)) \\ _Colin Barker_, Jul 25 2014
%Y A115492 Cf. A115457-A115505.
%K A115492 nonn,easy
%O A115492 1,1
%A A115492 _Max Alekseyev_, Jan 16 2006
%E A115492 More terms from _Colin Barker_, Jul 25 2014