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.

A213244 Number of nonzero elements in GF(2^n) that are 5th powers.

Original entry on oeis.org

1, 3, 7, 3, 31, 63, 127, 51, 511, 1023, 2047, 819, 8191, 16383, 32767, 13107, 131071, 262143, 524287, 209715, 2097151, 4194303, 8388607, 3355443, 33554431, 67108863, 134217727
Offset: 1

Views

Author

Joerg Arndt, Jun 07 2012

Keywords

Crossrefs

Cf. A213243 (cubes), A213245 (7th powers), A213246 (9th powers), A213247 (11th powers), A213248 (13th powers).

Programs

Formula

a(n) = M / GCD( M, 5 ) where M=2^n-1.
Conjectures from Colin Barker, Aug 23 2014: (Start)
a(n) = 17*a(n-4)-16*a(n-8).
G.f.: x*(8*x^6+12*x^5+14*x^4+3*x^3+7*x^2+3*x+1) / ((x-1)*(x+1)*(2*x-1)*(2*x+1)*(x^2+1)*(4*x^2+1)).
(End)