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.

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

Original entry on oeis.org

1, 3, 1, 15, 31, 9, 127, 255, 73, 1023, 2047, 585, 8191, 16383, 4681, 65535, 131071, 37449, 524287, 1048575, 299593, 4194303, 8388607, 2396745, 33554431, 67108863, 19173961, 268435455, 536870911, 153391689, 2147483647, 4294967295, 1227133513, 17179869183, 34359738367, 9817068105
Offset: 1

Views

Author

Joerg Arndt, Jun 07 2012

Keywords

Crossrefs

Cf. A213243 (cubes), A213244 (5th powers), A213246 (9th powers), A213247 (11th powers), A213248 (13th powers).

Programs

Formula

a(n) = M / gcd( M, 7 ), where M=2^n-1.
Conjectures from Colin Barker, Aug 23 2014, verified by Robert Israel, Nov 20 2016: (Start)
a(n) = 9*a(n-3)-8*a(n-6).
G.f.: x*(4*x^4+6*x^3+x^2+3*x+1) / ( (x-1)*(2*x-1)*(x^2+x+1)*(4*x^2+2*x+1) ). (End)